Home
last modified time | relevance | path

Searched defs:FeatureParamsCharacterVariants (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-layout-common.hh622 struct FeatureParamsCharacterVariants struct
625 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 that
671 NameID featUITooltipTextNameID;/* The ‘name’ table name ID that
677 NameID sampleTextNameID; /* The ‘name’ table name ID that
[all …]
/aosp_15_r20/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotTables.py536 class FeatureParamsCharacterVariants(FeatureParams): class