pub fn load_shape_from_face( face: &Face<'_>, glyph_id: GlyphId, ) -> Shape<Contour>
Loads a glyph from a ttf_parser::Face as a Shape.
ttf_parser::Face
Shape