Struct

LasemMathmlStyle

Description

struct LsmMathmlStyle {
  LsmMathmlDisplay display;
  int script_level;
  double script_size_multiplier;
  double script_min_size;
  double negative_very_very_thin_math_space;
  double negative_very_thin_math_space;
  double negative_thin_math_space;
  double negative_medium_math_space;
  double negative_thick_math_space;
  double negative_very_thick_math_space;
  double negative_very_very_thick_math_space;
  double very_very_thin_math_space;
  double very_thin_math_space;
  double thin_math_space;
  double medium_math_space;
  double thick_math_space;
  double very_thick_math_space;
  double very_very_thick_math_space;
  char* math_family;
  LsmMathmlVariant math_variant;
  double math_size;
  LsmMathmlColor math_color;
  LsmMathmlColor math_background;
  gboolean bevelled;
  double subscript_shift;
  double superscript_shift;
  double line_thickness;
}
No description available.
Structure members
display
No description available.
script_level
No description available.
script_size_multiplier
No description available.
script_min_size
No description available.
negative_very_very_thin_math_space
No description available.
negative_very_thin_math_space
No description available.
negative_thin_math_space
No description available.
negative_medium_math_space
No description available.
negative_thick_math_space
No description available.
negative_very_thick_math_space
No description available.
negative_very_very_thick_math_space
No description available.
very_very_thin_math_space
No description available.
very_thin_math_space
No description available.
thin_math_space
No description available.
medium_math_space
No description available.
thick_math_space
No description available.
very_thick_math_space
No description available.
very_very_thick_math_space
No description available.
math_family
No description available.
math_variant
No description available.
math_size
No description available.
math_color
No description available.
math_background
No description available.
bevelled
No description available.
subscript_shift
No description available.
superscript_shift
No description available.
line_thickness
No description available.

Constructors

lsm_mathml_style_new
No description available.

Instance methods

lsm_mathml_style_change_script_level
No description available.
lsm_mathml_style_duplicate
No description available.
lsm_mathml_style_free
No description available.
lsm_mathml_style_set_math_color
No description available.
lsm_mathml_style_set_math_family
No description available.
lsm_mathml_style_set_math_size_pt
No description available.
lsm_mathml_style_set_math_variant
No description available.
lsm_mathml_style_set_script_min_size_pt
No description available.