Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-open-file.hh440 struct OpenTypeFontFile struct
442 enum {
451 hb_tag_t get_tag () const { return u.tag; } in get_tag()
453 unsigned int get_face_count () const in get_face_count()
465 const OpenTypeFontFace& get_face (unsigned int i, unsigned int *base_offset = nullptr) const in get_face()
484 bool serialize_single (hb_serialize_context_t *c, in serialize_single()
494 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
510 union {
515 } u;