Searched refs:markGlyphs (Results 1 – 10 of 10) sorted by relevance
/dports/x11-fonts/py-ufo2ft/ufo2ft-2.5.0/Lib/ufo2ft/featureWriters/ |
H A D | ast.py | 218 frozenset(st.markGlyphs.glyphSet()) 219 if st.markGlyphs is not None
|
H A D | markFeatureWriter.py | 551 markGlyphs = ( 557 members = itertools.chain(markGlyphs, baseGlyphs)
|
/dports/print/py-fonttools3/fonttools-3.44.0/Lib/fontTools/feaLib/ |
H A D | ast.py | 373 def __init__(self, baseGlyphs, markGlyphs, ligatureGlyphs, argument 376 self.baseGlyphs, self.markGlyphs = (baseGlyphs, markGlyphs) 384 mark = self.markGlyphs.glyphSet() if self.markGlyphs else tuple() 393 self.markGlyphs.asFea() if self.markGlyphs else "",
|
H A D | parser.py | 206 markGlyphs = self.parse_glyphclass_(accept_glyphname=False) 208 markGlyphs = None 215 return self.ast.GlyphClassDefStatement(baseGlyphs, markGlyphs,
|
H A D | builder.py | 1042 markGlyphs, componentGlyphs): argument 1047 for glyph in markGlyphs:
|
/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/feaLib/ |
H A D | ast.py | 487 self, baseGlyphs, markGlyphs, ligatureGlyphs, componentGlyphs, location=None argument 490 self.baseGlyphs, self.markGlyphs = (baseGlyphs, markGlyphs) 498 mark = self.markGlyphs.glyphSet() if self.markGlyphs else tuple() 506 self.markGlyphs.asFea() if self.markGlyphs else "",
|
H A D | parser.py | 257 markGlyphs = self.parse_glyphclass_(accept_glyphname=False) 259 markGlyphs = None 267 baseGlyphs, markGlyphs, ligatureGlyphs, componentGlyphs, location=location
|
H A D | builder.py | 1527 self, location, baseGlyphs, ligatureGlyphs, markGlyphs, componentGlyphs argument 1533 for glyph in markGlyphs:
|
/dports/print/py-fonttools3/fonttools-3.44.0/Tests/feaLib/ |
H A D | parser_test.py | 425 self.assertEqual(glyphstr([s.markGlyphs]), "m") 433 self.assertIsNone(s.markGlyphs)
|
/dports/print/py-fonttools/fonttools-4.28.2/Tests/feaLib/ |
H A D | parser_test.py | 521 self.assertEqual(glyphstr([s.markGlyphs]), "m") 529 self.assertIsNone(s.markGlyphs)
|