Searched refs:splitGlyphs (Results 1 – 4 of 4) sorted by relevance
/external/fonttools/Lib/fontTools/ |
D | ttx.py | 117 splitGlyphs = False variable in Options 170 self.splitGlyphs = True 268 splitGlyphs=options.splitGlyphs,
|
/external/fonttools/Lib/fontTools/ttLib/ |
D | ttFont.py | 234 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/ |
D | ttx_test.py | 223 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.py | 133 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:
|