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.hh840 struct FeatureParamsSize struct
842 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
912 bool subset (hb_subset_context_t *c) const in subset()
918 HBUINT16 designSize; /* Represents the design size in 720/inch
923 HBUINT16 subfamilyID; /* Has no independent meaning, but serves
933 NameID subfamilyNameID;/* If the preceding value is non-zero, this
947 HBUINT16 rangeStart; /* Large end of the recommended usage range
950 HBUINT16 rangeEnd; /* Small end of the recommended usage range
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py504 class FeatureParamsSize(FeatureParams): class