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.hh312 struct FeatureParamsSize struct
314 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
384 HBUINT16 designSize; /* Represents the design size in 720/inch
389 HBUINT16 subfamilyID; /* Has no independent meaning, but serves
399 NameID subfamilyNameID;/* If the preceding value is non-zero, this
413 HBUINT16 rangeStart; /* Large end of the recommended usage range
416 HBUINT16 rangeEnd; /* Small end of the recommended usage range
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py498 class FeatureParamsSize(FeatureParams): class