Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/
Dttx.py117 splitGlyphs = False variable in Options
170 self.splitGlyphs = True
268 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/Tests/ttx/
Dttx_test.py223 self.assertTrue(options.splitGlyphs)
394 assert tto.splitGlyphs is False
399 assert tto.splitGlyphs is True
/external/fonttools/Lib/fontTools/ttLib/tables/
D_g_l_y_f.py133 def toXML(self, writer, ttFont, splitGlyphs=False): argument
138 if not splitGlyphs:
144 if splitGlyphs:
153 if splitGlyphs:
183 if splitGlyphs:
192 if not splitGlyphs: