Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/feaLib/
Dparser.py1656 size_feature = False
1662 size_feature = True
1672 self.parse_block_(block, vertical, stylisticset, size_feature, cv_feature)
1820 self, block, vertical, stylisticset=None, size_feature=False, cv_feature=None argument
1867 elif size_feature and self.is_cur_keyword_("parameters"):
1869 elif size_feature and self.is_cur_keyword_("sizemenuname"):
Dbuilder.py851 size_feature = tag == "GPOS" and feature_tag == "size"
852 if len(lookup_indices) == 0 and not size_feature: