Function
Lasemmathml_measure_sub_sup
Declaration
void
lsm_mathml_measure_sub_sup (
LsmMathmlElement* parent,
LsmMathmlView* view,
LsmMathmlElement* base,
LsmMathmlElement* subscript,
LsmMathmlElement* superscript,
double subscript_offset_min,
double superscript_offset_min,
LsmMathmlDisplay display,
const LsmMathmlBbox* stretch_bbox,
LsmMathmlBbox* bbox,
double* subscript_offset,
double* superscript_offset
)
Parameters
parent-
Type:
LsmMathmlElementNo description available.
The data is owned by the caller of the function. view-
Type:
LsmMathmlViewNo description available.
The data is owned by the caller of the function. base-
Type:
LsmMathmlElementNo description available.
The data is owned by the caller of the function. subscript-
Type:
LsmMathmlElementNo description available.
The data is owned by the caller of the function. superscript-
Type:
LsmMathmlElementNo description available.
The data is owned by the caller of the function. subscript_offset_min-
Type:
doubleNo description available.
superscript_offset_min-
Type:
doubleNo description available.
display-
Type:
LsmMathmlDisplayNo description available.
stretch_bbox-
Type:
LsmMathmlBboxNo description available.
The data is owned by the caller of the function. bbox-
Type:
LsmMathmlBboxNo description available.
The data is owned by the caller of the function. subscript_offset-
Type:
double*No description available.
The data is owned by the caller of the function. superscript_offset-
Type:
double*No description available.
The data is owned by the caller of the function.