Searched refs:ligatureGlyphs (Results 1 – 4 of 4) sorted by relevance
/external/fonttools/Lib/fontTools/feaLib/ |
D | ast.py | 373 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 "",
|
D | parser.py | 201 ligatureGlyphs = self.parse_glyphclass_(accept_glyphname=False) 203 ligatureGlyphs = None 216 ligatureGlyphs, componentGlyphs,
|
D | builder.py | 1037 def add_glyphClassDef(self, location, baseGlyphs, ligatureGlyphs, argument 1041 for glyph in ligatureGlyphs:
|
/external/fonttools/Tests/feaLib/ |
D | parser_test.py | 424 self.assertEqual(glyphstr([s.ligatureGlyphs]), "l") 432 self.assertIsNone(s.ligatureGlyphs)
|