Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/
Dttx.py133 splitGlyphs = False variable in Options
188 self.splitGlyphs = True
300 splitGlyphs=options.splitGlyphs,
/external/fonttools/Lib/fontTools/ttLib/
DttFont.py285 splitGlyphs=False, argument
318 splitTables = splitTables or splitGlyphs
339 self._tableToXML(tableWriter, tag, splitGlyphs=splitGlyphs)
347 def _tableToXML(self, writer, tag, quiet=None, splitGlyphs=False): argument
369 table.toXML(writer, self, splitGlyphs=splitGlyphs)
/external/fonttools/Tests/ttx/
Dttx_test.py222 self.assertTrue(options.splitGlyphs)
393 assert tto.splitGlyphs is False
398 assert tto.splitGlyphs is True
/external/fonttools/Lib/fontTools/ttLib/tables/
D_g_l_y_f.py188 def toXML(self, writer, ttFont, splitGlyphs=False): argument
194 if not splitGlyphs:
200 if splitGlyphs:
209 if splitGlyphs:
245 if splitGlyphs:
254 if not splitGlyphs: