Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout-common-private.hh278 struct FeatureParamsSize struct
280 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize()
350 USHORT designSize; /* Represents the design size in 720/inch
355 USHORT subfamilyID; /* Has no independent meaning, but serves
365 USHORT subfamilyNameID;/* If the preceding value is non-zero, this
379 USHORT rangeStart; /* Large end of the recommended usage range
382 USHORT rangeEnd; /* Small end of the recommended usage range
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py26 class FeatureParamsSize(FeatureParams): class