Searched defs:FeatureParamsSize (Results 1 – 2 of 2) sorted by relevance
451 struct FeatureParamsSize struct453 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/inch537 HBUINT16 subfamilyID; /* Has no independent meaning, but serves547 NameID subfamilyNameID;/* If the preceding value is non-zero, this561 HBUINT16 rangeStart; /* Large end of the recommended usage range564 HBUINT16 rangeEnd; /* Small end of the recommended usage range
528 class FeatureParamsSize(FeatureParams): class