Struct ttf_parser::math::GlyphPart
source · pub struct GlyphPart {
pub glyph_id: GlyphId,
pub start_connector_length: u16,
pub end_connector_length: u16,
pub full_advance: u16,
pub part_flags: PartFlags,
}Expand description
Details for a glyph part in an assembly.
Fields§
§glyph_id: GlyphIdGlyph ID for the part.
start_connector_length: u16Lengths of the connectors on the start of the glyph, in font design units.
end_connector_length: u16Lengths of the connectors on the end of the glyph, in font design units.
full_advance: u16The full advance of the part, in font design units.
part_flags: PartFlagsPart flags.