Searched refs:baseGlyphs (Results 1 – 4 of 4) sorted by relevance
/external/fonttools/Lib/fontTools/feaLib/ |
D | ast.py | 373 def __init__(self, baseGlyphs, markGlyphs, ligatureGlyphs, argument 376 self.baseGlyphs, self.markGlyphs = (baseGlyphs, markGlyphs) 381 base = self.baseGlyphs.glyphSet() if self.baseGlyphs else tuple() 391 self.baseGlyphs.asFea() if self.baseGlyphs else "",
|
D | parser.py | 196 baseGlyphs = self.parse_glyphclass_(accept_glyphname=False) 198 baseGlyphs = None 215 return self.ast.GlyphClassDefStatement(baseGlyphs, markGlyphs,
|
D | builder.py | 1037 def add_glyphClassDef(self, location, baseGlyphs, ligatureGlyphs, argument 1039 for glyph in baseGlyphs:
|
/external/fonttools/Tests/feaLib/ |
D | parser_test.py | 423 self.assertEqual(glyphstr([s.baseGlyphs]), "b") 431 self.assertIsNone(s.baseGlyphs)
|