Searched defs:FeatureParamsCharacterVariants (Results 1 – 2 of 2) sorted by relevance
654 struct FeatureParamsCharacterVariants struct657 get_characters (unsigned start_offset, unsigned *char_count, hb_codepoint_t *chars) const in get_characters()668 unsigned get_size () const in get_size()671 bool subset (hb_subset_context_t *c) const in subset()677 bool sanitize (hb_sanitize_context_t *c) const in sanitize()684 HBUINT16 format; /* Format number is set to 0. */685 NameID featUILableNameID; /* The ‘name’ table name ID that690 NameID featUITooltipTextNameID;/* The ‘name’ table name ID that696 NameID sampleTextNameID; /* The ‘name’ table name ID that700 HBUINT16 numNamedParameters; /* Number of named parameters. (May[all …]
510 class FeatureParamsCharacterVariants(FeatureParams): class