Searched defs:OpenTypeOffsetTable (Results 1 – 1 of 1) sorted by relevance
80 typedef struct OpenTypeOffsetTable struct84 unsigned int get_table_count () const { return tables.len; } in get_table_count()85 const TableRecord& get_table (unsigned int i) const in get_table()87 unsigned int get_table_tags (unsigned int start_offset, in get_table_tags()100 bool find_table_index (hb_tag_t tag, unsigned int *table_index) const in find_table_index()112 const TableRecord& get_table_by_tag (hb_tag_t tag) const in get_table_by_tag()123 bool serialize (hb_serialize_context_t *c, in serialize()200 bool sanitize (hb_sanitize_context_t *c) const in sanitize()207 Tag sfnt_version; /* '\0\001\0\00' if TrueType / 'OTTO' if CFF */209 tables;