Home
last modified time | relevance | path

Searched refs:GlyphClassName (Results 1 – 4 of 4) sorted by relevance

/external/fonttools/Doc/source/feaLib/
Dindex.rst36 classes: :class:`GlyphName`, :class:`GlyphClass`, :class:`GlyphClassName`.
/external/fonttools/Tests/feaLib/
Dparser_test.py714 self.assertIsInstance(flag.markAttachment, ast.GlyphClassName)
740 self.assertIsInstance(flag.markFilteringSet, ast.GlyphClassName)
/external/fonttools/Lib/fontTools/feaLib/
Dparser.py340 return self.ast.GlyphClassName(gc, location=self.cur_token_location_)
406 gc = self.ast.GlyphClassName(gc, location=self.cur_token_location_)
Dast.py290 class GlyphClassName(Expression): class