Searched refs:dohex (Results 1 – 2 of 2) sorted by relevance
/external/fonttools/Tests/t1Lib/ |
D | t1Lib_test.py | 51 data = self.write(font, 'OTHER', dohex=True) 60 def write(font, outtype, dohex=False): argument 63 font.saveAs(temp, outtype, dohex=dohex)
|
/external/fonttools/Lib/fontTools/t1Lib/ |
D | __init__.py | 65 def saveAs(self, path, type, dohex=False): argument 66 write(path, self.getData(), type, dohex) 121 def write(path, data, kind='OTHER', dohex=False): argument 135 writeOther(path, data, dohex) 255 def writeOther(path, data, dohex=False): argument 264 if code == 2 and dohex:
|