Searched defs:OpenTypeFontFile (Results 1 – 1 of 1) sorted by relevance
442 struct OpenTypeFontFile struct444 enum {453 hb_tag_t get_tag () const { return u.tag; } in get_tag()455 unsigned int get_face_count () const in get_face_count()467 const OpenTypeFontFace& get_face (unsigned int i, unsigned int *base_offset = nullptr) const in get_face()486 bool serialize_single (hb_serialize_context_t *c, in serialize_single()496 bool sanitize (hb_sanitize_context_t *c) const in sanitize()512 union {517 } u;