Searched refs:componentGlyphs (Results 1 – 4 of 4) sorted by relevance
/external/fonttools/Lib/fontTools/feaLib/ |
D | ast.py | 486 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 "",
|
D | parser.py | 257 componentGlyphs = self.parse_glyphclass_(accept_glyphname=False) 259 componentGlyphs = None 262 baseGlyphs, markGlyphs, ligatureGlyphs, componentGlyphs, location=location
|
D | builder.py | 1415 self, location, baseGlyphs, ligatureGlyphs, markGlyphs, componentGlyphs argument 1423 for glyph in componentGlyphs:
|
/external/fonttools/Tests/feaLib/ |
D | parser_test.py | 452 self.assertEqual(glyphstr([s.componentGlyphs]), "[C c]") 460 self.assertIsNone(s.componentGlyphs)
|