Home
last modified time | relevance | path

Searched refs:GlyphName (Results 1 – 5 of 5) sorted by relevance

/external/fonttools/Tests/feaLib/
Dast_test.py11 statement.append(ast.GlyphName(name))
/external/fonttools/Lib/fontTools/voltLib/
Dast.py79 class GlyphName(Expression): class
Dparser.py517 coverage.append(ast.GlyphName(name, location=location))
/external/fonttools/Lib/fontTools/feaLib/
Dast.py153 class GlyphName(Expression): class
957 is_specific = (isinstance(self.glyphs1, GlyphName) and
958 isinstance(self.glyphs2, GlyphName))
Dparser.py273 return self.ast.GlyphName(glyph, location=self.cur_token_location_)