Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/feaLib/
Dast.py486 self, baseGlyphs, markGlyphs, ligatureGlyphs, componentGlyphs, location=None argument
491 self.componentGlyphs = componentGlyphs
498 comp = self.componentGlyphs.glyphSet() if self.componentGlyphs else tuple()
506 self.componentGlyphs.asFea() if self.componentGlyphs else "",
Dparser.py257 componentGlyphs = self.parse_glyphclass_(accept_glyphname=False)
259 componentGlyphs = None
262 baseGlyphs, markGlyphs, ligatureGlyphs, componentGlyphs, location=location
Dbuilder.py1415 self, location, baseGlyphs, ligatureGlyphs, markGlyphs, componentGlyphs argument
1423 for glyph in componentGlyphs:
/external/fonttools/Tests/feaLib/
Dparser_test.py452 self.assertEqual(glyphstr([s.componentGlyphs]), "[C c]")
460 self.assertIsNone(s.componentGlyphs)