Searched defs:OffsetTable (Results 1 – 1 of 1) sorted by relevance
81 typedef struct OffsetTable struct85 unsigned int get_table_count () const { return tables.len; } in get_table_count()86 const TableRecord& get_table (unsigned int i) const in get_table()88 unsigned int get_table_tags (unsigned int start_offset, in get_table_tags()106 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()122 bool serialize (hb_serialize_context_t *c, in serialize()190 bool sanitize (hb_sanitize_context_t *c) const in sanitize()197 Tag sfnt_version; /* '\0\001\0\00' if TrueType / 'OTTO' if CFF */199 tables;