Searched defs:GlyphHeader (Results 1 – 1 of 1) sorted by relevance
395 struct GlyphHeader struct397 bool has_data () const { return numberOfContours; } in has_data()399 bool get_extents (hb_font_t *font, hb_codepoint_t gid, hb_glyph_extents_t *extents) const in get_extents()411 HBINT16 numberOfContours;416 FWORD xMin; /* Minimum x for coordinate data. */417 FWORD yMin; /* Minimum y for coordinate data. */418 FWORD xMax; /* Maximum x for coordinate data. */419 FWORD yMax; /* Maximum y for coordinate data. */