Home
last modified time | relevance | path

Searched refs:size_feature (Results 1 – 2 of 2) sorted by relevance

/external/fonttools/Lib/fontTools/feaLib/
Dparser.py1231 size_feature = False
1237 size_feature = True
1246 self.parse_block_(block, vertical, stylisticset, size_feature,
1373 size_feature=False, cv_feature=None): argument
1418 elif size_feature and self.is_cur_keyword_("parameters"):
1420 elif size_feature and self.is_cur_keyword_("sizemenuname"):
Dbuilder.py558 size_feature = (tag == "GPOS" and feature_tag == "size")
559 if len(lookup_indices) == 0 and not size_feature: