Searched refs:name_IDs (Results 1 – 2 of 2) sorted by relevance
360 static const uint16_t name_IDs[] = { 1, 2, 3, 4, 6 }; in _hb_rename_font() local363 ARRAY_LENGTH (name_IDs) * OT::NameRecord::static_size + in _hb_rename_font()379 name.count.set (ARRAY_LENGTH (name_IDs)); in _hb_rename_font()381 for (unsigned int i = 0; i < ARRAY_LENGTH (name_IDs); i++) in _hb_rename_font()387 record.nameID.set (name_IDs[i]); in _hb_rename_font()
1766 if '*' not in options.name_IDs:1767 self.names = [n for n in self.names if n.nameID in options.name_IDs]1831 name_IDs = [1, 2] # Family and Style variable in Options