Searched refs:sfntDirectoryFormat (Results 1 – 2 of 2) sorted by relevance
/external/fonttools/Lib/fontTools/ttLib/ |
D | sfnt.py | 65 sstruct.unpack(sfntDirectoryFormat, data, self) 77 sstruct.unpack(sfntDirectoryFormat, data, self) 229 self.directoryFormat = sfntDirectoryFormat 360 directory = sstruct.pack(sfntDirectoryFormat, self) 404 sfntDirectoryFormat = """ variable 413 sfntDirectorySize = sstruct.calcsize(sfntDirectoryFormat)
|
D | woff2.py | 13 WOFFFlavorData, sfntDirectoryFormat, sfntDirectorySize, SFNTDirectoryEntry, 332 directory = sstruct.pack(sfntDirectoryFormat, self)
|