Function load_shape_from_face

Source
pub fn load_shape_from_face(
    face: &Face<'_>,
    glyph_id: GlyphId,
) -> Shape<Contour>
Expand description

Loads a glyph from a ttf_parser::Face as a Shape.