Home
last modified time | relevance | path

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 Dast.py218 frozenset(st.markGlyphs.glyphSet())
219 if st.markGlyphs is not None
H A DmarkFeatureWriter.py551 markGlyphs = (
557 members = itertools.chain(markGlyphs, baseGlyphs)
/dports/print/py-fonttools3/fonttools-3.44.0/Lib/fontTools/feaLib/
H A Dast.py373 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 Dparser.py206 markGlyphs = self.parse_glyphclass_(accept_glyphname=False)
208 markGlyphs = None
215 return self.ast.GlyphClassDefStatement(baseGlyphs, markGlyphs,
H A Dbuilder.py1042 markGlyphs, componentGlyphs): argument
1047 for glyph in markGlyphs:
/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/feaLib/
H A Dast.py487 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 Dparser.py257 markGlyphs = self.parse_glyphclass_(accept_glyphname=False)
259 markGlyphs = None
267 baseGlyphs, markGlyphs, ligatureGlyphs, componentGlyphs, location=location
H A Dbuilder.py1527 self, location, baseGlyphs, ligatureGlyphs, markGlyphs, componentGlyphs argument
1533 for glyph in markGlyphs:
/dports/print/py-fonttools3/fonttools-3.44.0/Tests/feaLib/
H A Dparser_test.py425 self.assertEqual(glyphstr([s.markGlyphs]), "m")
433 self.assertIsNone(s.markGlyphs)
/dports/print/py-fonttools/fonttools-4.28.2/Tests/feaLib/
H A Dparser_test.py521 self.assertEqual(glyphstr([s.markGlyphs]), "m")
529 self.assertIsNone(s.markGlyphs)