Searched defs:FeatureParamsSize (Results 1 – 2 of 2) sorted by relevance
496 struct FeatureParamsSize struct498 bool sanitize (hb_sanitize_context_t *c) const in sanitize()568 bool subset (hb_subset_context_t *c) const in subset()574 HBUINT16 designSize; /* Represents the design size in 720/inch579 HBUINT16 subfamilyID; /* Has no independent meaning, but serves589 NameID subfamilyNameID;/* If the preceding value is non-zero, this603 HBUINT16 rangeStart; /* Large end of the recommended usage range606 HBUINT16 rangeEnd; /* Small end of the recommended usage range
504 class FeatureParamsSize(FeatureParams): class