Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout-common-private.hh405 struct FeatureParamsCharacterVariants struct
407 inline bool sanitize (hb_sanitize_context_t *c) { in sanitize()
413 USHORT format; /* Format number is set to 0. */
414 USHORT featUILableNameID; /* The ‘name’ table name ID that
419 USHORT featUITooltipTextNameID;/* The ‘name’ table name ID that
425 USHORT sampleTextNameID; /* The ‘name’ table name ID that
429 USHORT numNamedParameters; /* Number of named parameters. (May
431 USHORT firstParamUILabelNameID;/* The first ‘name’ table name ID
437 characters; /* Array of the Unicode Scalar Value
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py32 class FeatureParamsCharacterVariants(FeatureParams): class