Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/feaLib/
Dast.py374 componentGlyphs, location=None): argument
378 self.componentGlyphs = componentGlyphs
385 comp = (self.componentGlyphs.glyphSet()
386 if self.componentGlyphs else tuple())
394 self.componentGlyphs.asFea() if self.componentGlyphs else "")
Dparser.py211 componentGlyphs = self.parse_glyphclass_(accept_glyphname=False)
213 componentGlyphs = None
216 ligatureGlyphs, componentGlyphs,
Dbuilder.py1038 markGlyphs, componentGlyphs): argument
1045 for glyph in componentGlyphs:
/external/fonttools/Tests/feaLib/
Dparser_test.py426 self.assertEqual(glyphstr([s.componentGlyphs]), "[C c]")
434 self.assertIsNone(s.componentGlyphs)