Searched refs:sbixGlyphHeaderFormatSize (Results 1 – 1 of 1) sorted by relevance
21 sbixGlyphHeaderFormatSize = sstruct.calcsize(sbixGlyphHeaderFormat) variable52 if len(self.rawdata) < sbixGlyphHeaderFormatSize:57 sstruct.unpack(sbixGlyphHeaderFormat, self.rawdata[:sbixGlyphHeaderFormatSize], self)61 gid, = struct.unpack(">H", self.rawdata[sbixGlyphHeaderFormatSize:])64 self.imageData = self.rawdata[sbixGlyphHeaderFormatSize:]