Searched refs:size_feature (Results 1 – 2 of 2) sorted by relevance
1231 size_feature = False1237 size_feature = True1246 self.parse_block_(block, vertical, stylisticset, size_feature,1373 size_feature=False, cv_feature=None): argument1418 elif size_feature and self.is_cur_keyword_("parameters"):1420 elif size_feature and self.is_cur_keyword_("sizemenuname"):
558 size_feature = (tag == "GPOS" and feature_tag == "size")559 if len(lookup_indices) == 0 and not size_feature: