Searched defs:FontRef (Results 1 – 2 of 2) sorted by relevance
246 pub struct FontRef<'a> { struct251 impl<'a> FontRef<'a> { argument319 impl<'a> TableProvider<'a> for FontRef<'a> { implementation
1356 font_ref: &'a FontRef, in sbix_glyph()1375 font_ref: &'a FontRef, in cblc_glyph()1407 fn glyf_bounds(font_ref: &FontRef, glyph_id: GlyphId) -> Option<BoundingBox<i16>> { in glyf_bounds()