Searched refs:sbixGlyphHeaderFormatSize (Results 1 – 1 of 1) sorted by relevance
19 sbixGlyphHeaderFormatSize = sstruct.calcsize(sbixGlyphHeaderFormat) variable50 if len(self.rawdata) < sbixGlyphHeaderFormatSize:55 sstruct.unpack(sbixGlyphHeaderFormat, self.rawdata[:sbixGlyphHeaderFormatSize], self)59 gid, = struct.unpack(">H", self.rawdata[sbixGlyphHeaderFormatSize:])62 self.imageData = self.rawdata[sbixGlyphHeaderFormatSize:]