Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/feaLib/
Dast.py373 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 "",
Dparser.py196 baseGlyphs = self.parse_glyphclass_(accept_glyphname=False)
198 baseGlyphs = None
215 return self.ast.GlyphClassDefStatement(baseGlyphs, markGlyphs,
Dbuilder.py1037 def add_glyphClassDef(self, location, baseGlyphs, ligatureGlyphs, argument
1039 for glyph in baseGlyphs:
/external/fonttools/Tests/feaLib/
Dparser_test.py423 self.assertEqual(glyphstr([s.baseGlyphs]), "b")
431 self.assertIsNone(s.baseGlyphs)