Searched defs:cff_sub_table_offsets_t (Results 1 – 1 of 1) sorted by relevance
131 struct cff_sub_table_offsets_t { struct132 cff_sub_table_offsets_t () : privateDictsOffset (0) in cff_sub_table_offsets_t() argument142 ~cff_sub_table_offsets_t () { localSubrsInfos.fini (); } in ~cff_sub_table_offsets_t()144 table_info_t topDictInfo;145 table_info_t FDSelectInfo;146 table_info_t FDArrayInfo;147 table_info_t charStringsInfo;148 unsigned int privateDictsOffset;149 table_info_t globalSubrsInfo;150 hb_vector_t<table_info_t> localSubrsInfos;