Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/ttLib/
Dsfnt.py47 sstruct.unpack(woffDirectoryFormat, self.file.read(woffDirectorySize), self)
110 self.directorySize = woffDirectorySize
324 woffDirectorySize = sstruct.calcsize(woffDirectoryFormat) variable