Searched defs:FeatureParamsSize (Results 1 – 2 of 2) sorted by relevance
457 struct FeatureParamsSize struct459 bool sanitize (hb_sanitize_context_t *c) const in sanitize()530 void collect_name_ids (hb_set_t *nameids_to_retain /* OUT */) const in collect_name_ids()533 bool subset (hb_subset_context_t *c) const in subset()539 HBUINT16 designSize; /* Represents the design size in 720/inch544 HBUINT16 subfamilyID; /* Has no independent meaning, but serves554 NameID subfamilyNameID;/* If the preceding value is non-zero, this568 HBUINT16 rangeStart; /* Large end of the recommended usage range571 HBUINT16 rangeEnd; /* Small end of the recommended usage range
528 class FeatureParamsSize(FeatureParams): class