Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <hb-ot-math.h>
Data Fields | |
hb_codepoint_t | glyph |
hb_position_t | start_connector_length |
hb_position_t | end_connector_length |
hb_position_t | full_advance |
hb_ot_math_glyph_part_flags_t | flags |
hb_ot_math_glyph_part_t: @glyph: The glyph index of the variant part @start_connector_length: The length of the connector on the starting side of the variant part @end_connector_length: The length of the connector on the ending side of the variant part @full_advance: The total advance of the part @flags: hb_ot_math_glyph_part_flags_t flags for the part
Data type to hold information for a "part" component of a math-variant glyph. Large variants for stretchable math glyphs (such as parentheses) can be constructed on the fly from parts.
Since: 1.3.3
Definition at line 266 of file hb-ot-math.h.
hb_position_t hb_ot_math_glyph_part_t::end_connector_length |
Definition at line 269 of file hb-ot-math.h.
hb_ot_math_glyph_part_flags_t hb_ot_math_glyph_part_t::flags |
Definition at line 271 of file hb-ot-math.h.
hb_position_t hb_ot_math_glyph_part_t::full_advance |
Definition at line 270 of file hb-ot-math.h.
hb_codepoint_t hb_ot_math_glyph_part_t::glyph |
Definition at line 267 of file hb-ot-math.h.
hb_position_t hb_ot_math_glyph_part_t::start_connector_length |
Definition at line 268 of file hb-ot-math.h.