Searched refs:ligatureGlyphs (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 490 self.ligatureGlyphs = ligatureGlyphs 496 liga = self.ligatureGlyphs.glyphSet() if self.ligatureGlyphs else tuple() 504 self.ligatureGlyphs.asFea() if self.ligatureGlyphs else "",
|
D | parser.py | 247 ligatureGlyphs = self.parse_glyphclass_(accept_glyphname=False) 249 ligatureGlyphs = None 262 baseGlyphs, markGlyphs, ligatureGlyphs, componentGlyphs, location=location
|
D | builder.py | 1415 self, location, baseGlyphs, ligatureGlyphs, markGlyphs, componentGlyphs argument 1419 for glyph in ligatureGlyphs:
|
/external/fonttools/Tests/feaLib/ |
D | parser_test.py | 450 self.assertEqual(glyphstr([s.ligatureGlyphs]), "l") 458 self.assertIsNone(s.ligatureGlyphs)
|