Searched defs:feature_info_t (Results 1 – 1 of 1) sorted by relevance
197 struct feature_info_t { struct198 hb_tag_t tag;199 unsigned int seq; /* sequence#, used for stable sorting only */200 unsigned int max_value;201 hb_ot_map_feature_flags_t flags;202 unsigned int default_value; /* for non-global features, what should the unset glyphs take */203 unsigned int stage[2]; /* GSUB/GPOS */205 static int cmp (const feature_info_t *a, const feature_info_t *b) in cmp()