Searched refs:splitGlyphs (Results 1 – 4 of 4) sorted by relevance
/external/fonttools/Lib/fontTools/ |
D | ttx.py | 118 splitGlyphs = False variable in Options 171 self.splitGlyphs = True 269 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/Lib/fontTools/ttLib/tables/ |
D | _g_l_y_f.py | 125 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/ |
D | ttx_test.py | 222 self.assertTrue(options.splitGlyphs) 393 assert tto.splitGlyphs is False 398 assert tto.splitGlyphs is True
|