Searched defs:SmallGlyphMetrics (Results 1 – 5 of 5) sorted by relevance
39 struct SmallGlyphMetrics { struct40 SK_OT_BYTE height;41 SK_OT_BYTE width;42 SK_OT_CHAR bearingX;43 SK_OT_CHAR bearingY;44 SK_OT_BYTE advance;
46 struct SmallGlyphMetrics struct48 bool sanitize (hb_sanitize_context_t *c) const in sanitize()54 void get_extents (hb_font_t *font, hb_glyph_extents_t *extents) const in get_extents()62 HBUINT8 height;63 HBUINT8 width;64 HBINT8 bearingX;65 HBINT8 bearingY;66 HBUINT8 advance;
58 class SmallGlyphMetrics(BitmapGlyphMetrics): class
23 SmallGlyphMetrics::SmallGlyphMetrics(ReadableFontData* data) in SmallGlyphMetrics() function in sfntly::SmallGlyphMetrics