Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/ttLib/
Dsfnt.py43 sstruct.unpack(sfntDirectoryFormat, self.file.read(sfntDirectorySize), self)
49 sstruct.unpack(sfntDirectoryFormat, self.file.read(sfntDirectorySize), self)
116 self.directoryFormat = sfntDirectoryFormat
247 directory = sstruct.pack(sfntDirectoryFormat, self)
286 sfntDirectoryFormat = """ variable
295 sfntDirectorySize = sstruct.calcsize(sfntDirectoryFormat)