Searched defs:FeatureParamsCharacterVariants (Results 1 – 2 of 2) sorted by relevance
998 struct FeatureParamsCharacterVariants struct1001 get_characters (unsigned start_offset, unsigned *char_count, hb_codepoint_t *chars) const in get_characters()1012 unsigned get_size () const in get_size()1015 bool subset (hb_subset_context_t *c) const in subset()1021 bool sanitize (hb_sanitize_context_t *c) const in sanitize()1028 HBUINT16 format; /* Format number is set to 0. */1029 NameID featUILableNameID; /* The ‘name’ table name ID that1034 NameID featUITooltipTextNameID;/* The ‘name’ table name ID that1040 NameID sampleTextNameID; /* The ‘name’ table name ID that1044 HBUINT16 numNamedParameters; /* Number of named parameters. (May[all …]
510 class FeatureParamsCharacterVariants(FeatureParams): class