Struct ttf_parser::math::Variants
source · pub struct Variants<'a> {
pub min_connector_overlap: u16,
pub vertical_constructions: GlyphConstructions<'a>,
pub horizontal_constructions: GlyphConstructions<'a>,
}Expand description
Fields§
§min_connector_overlap: u16Minimum overlap of connecting glyphs during glyph construction, in design units.
vertical_constructions: GlyphConstructions<'a>Constructions for shapes growing in the vertical direction.
horizontal_constructions: GlyphConstructions<'a>Constructions for shapes growing in the horizontal direction.