Home
last modified time | relevance | path

Searched defs:GlyphHeader (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-glyf-table.hh395 struct GlyphHeader struct
397 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. */