Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/
Dttx.py118 splitGlyphs = False variable in Options
171 self.splitGlyphs = True
269 splitGlyphs=options.splitGlyphs,
/external/fonttools/Lib/fontTools/ttLib/
DttFont.py234 splitGlyphs=False, disassembleInstructions=True, argument
262 splitTables = splitTables or splitGlyphs
283 self._tableToXML(tableWriter, tag, splitGlyphs=splitGlyphs)
291 def _tableToXML(self, writer, tag, quiet=None, splitGlyphs=False): argument
312 table.toXML(writer, self, splitGlyphs=splitGlyphs)
/external/fonttools/Lib/fontTools/ttLib/tables/
D_g_l_y_f.py125 def toXML(self, writer, ttFont, splitGlyphs=False): argument
130 if not splitGlyphs:
136 if splitGlyphs:
142 if splitGlyphs:
172 if splitGlyphs:
181 if not splitGlyphs:
/external/fonttools/Tests/ttx/
Dttx_test.py222 self.assertTrue(options.splitGlyphs)
393 assert tto.splitGlyphs is False
398 assert tto.splitGlyphs is True