Representation of a pen drawing instruction.
Definition: advance_info.h:66
int32_t glyph_offset_x
Horizontal offset to the current pen position when drawing a glyph.
Definition: advance_info.h:97
int32_t advance_x
Horizontal movement of the pen.
Definition: advance_info.h:80
CobbletextGlyphID glyph_id
Glyph to be drawn.
Definition: advance_info.h:92
CobbletextAdvanceType type
The type of movement.
Definition: advance_info.h:70
CobbletextCustomPropertyID custom_property
User-provided custom property.
Definition: advance_info.h:116
uint32_t text_index
Position of the text in code points.
Definition: advance_info.h:75
int32_t advance_y
Vertical movement of the pen.
Definition: advance_info.h:85
int32_t glyph_offset_y
Vertical offset to the current pen position when drawing a glyph.
Definition: advance_info.h:102
uint8_t CobbletextAdvanceType
Type of information contained in #CobbletextAdvanceInfo.
Definition: advance_info.h:22
CobbletextInlineObjectID inline_object
User-provided inline object ID.
Definition: advance_info.h:109