Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/feaLib/
Dast.py373 def __init__(self, baseGlyphs, markGlyphs, ligatureGlyphs, argument
377 self.ligatureGlyphs = ligatureGlyphs
382 liga = self.ligatureGlyphs.glyphSet() \
383 if self.ligatureGlyphs else tuple()
392 self.ligatureGlyphs.asFea() if self.ligatureGlyphs else "",
Dparser.py201 ligatureGlyphs = self.parse_glyphclass_(accept_glyphname=False)
203 ligatureGlyphs = None
216 ligatureGlyphs, componentGlyphs,
Dbuilder.py1037 def add_glyphClassDef(self, location, baseGlyphs, ligatureGlyphs, argument
1041 for glyph in ligatureGlyphs:
/external/fonttools/Tests/feaLib/
Dparser_test.py424 self.assertEqual(glyphstr([s.ligatureGlyphs]), "l")
432 self.assertIsNone(s.ligatureGlyphs)