Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/feaLib/
Dast.py486 self, baseGlyphs, markGlyphs, ligatureGlyphs, componentGlyphs, location=None argument
490 self.ligatureGlyphs = ligatureGlyphs
496 liga = self.ligatureGlyphs.glyphSet() if self.ligatureGlyphs else tuple()
504 self.ligatureGlyphs.asFea() if self.ligatureGlyphs else "",
Dparser.py247 ligatureGlyphs = self.parse_glyphclass_(accept_glyphname=False)
249 ligatureGlyphs = None
262 baseGlyphs, markGlyphs, ligatureGlyphs, componentGlyphs, location=location
Dbuilder.py1415 self, location, baseGlyphs, ligatureGlyphs, markGlyphs, componentGlyphs argument
1419 for glyph in ligatureGlyphs:
/external/fonttools/Tests/feaLib/
Dparser_test.py450 self.assertEqual(glyphstr([s.ligatureGlyphs]), "l")
458 self.assertIsNone(s.ligatureGlyphs)