Searched defs:FeatureParamsCharacterVariants (Results 1 – 2 of 2) sorted by relevance
622 struct FeatureParamsCharacterVariants struct625 get_characters (unsigned start_offset, unsigned *char_count, hb_codepoint_t *chars) const in get_characters()636 unsigned get_size () const in get_size()639 void collect_name_ids (hb_set_t *nameids_to_retain /* OUT */) const in collect_name_ids()652 bool subset (hb_subset_context_t *c) const in subset()658 bool sanitize (hb_sanitize_context_t *c) const in sanitize()665 HBUINT16 format; /* Format number is set to 0. */666 NameID featUILableNameID; /* The ‘name’ table name ID that671 NameID featUITooltipTextNameID;/* The ‘name’ table name ID that677 NameID sampleTextNameID; /* The ‘name’ table name ID that[all …]
536 class FeatureParamsCharacterVariants(FeatureParams): class