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
)

Description

No description available.

Parameters

parent

Type: LsmMathmlElement

No description available.

The data is owned by the caller of the function.
view

Type: LsmMathmlView

No description available.

The data is owned by the caller of the function.
base

Type: LsmMathmlElement

No description available.

The data is owned by the caller of the function.
subscript

Type: LsmMathmlElement

No description available.

The data is owned by the caller of the function.
superscript

Type: LsmMathmlElement

No description available.

The data is owned by the caller of the function.
subscript_offset_min

Type: double

No description available.

superscript_offset_min

Type: double

No description available.

display

Type: LsmMathmlDisplay

No description available.

stretch_bbox

Type: LsmMathmlBbox

No description available.

The data is owned by the caller of the function.
bbox

Type: LsmMathmlBbox

No 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.