Function

Lasemmathml_layout_sub_sup

Declaration

void
lsm_mathml_layout_sub_sup (
  LsmMathmlElement* parent,
  LsmMathmlView* view,
  double x,
  double y,
  LsmMathmlElement* base,
  LsmMathmlElement* subscript,
  LsmMathmlElement* superscript,
  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.
x

Type: double

No description available.

y

Type: double

No description available.

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

Type: double

No description available.

superscript_offset

Type: double

No description available.