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.hh451 struct FeatureParamsSize struct
453 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
523 void collect_name_ids (hb_set_t *nameids_to_retain /* OUT */) const in collect_name_ids()
526 bool subset (hb_subset_context_t *c) const in subset()
532 HBUINT16 designSize; /* Represents the design size in 720/inch
537 HBUINT16 subfamilyID; /* Has no independent meaning, but serves
547 NameID subfamilyNameID;/* If the preceding value is non-zero, this
561 HBUINT16 rangeStart; /* Large end of the recommended usage range
564 HBUINT16 rangeEnd; /* Small end of the recommended usage range
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py528 class FeatureParamsSize(FeatureParams): class