Searched refs:sbixGlyphHeaderFormat (Results 1 – 1 of 1) sorted by relevance
8 sbixGlyphHeaderFormat = """ variable21 sbixGlyphHeaderFormatSize = sstruct.calcsize(sbixGlyphHeaderFormat)57 sstruct.unpack(sbixGlyphHeaderFormat, self.rawdata[:sbixGlyphHeaderFormatSize], self)80 self.rawdata = sstruct.pack(sbixGlyphHeaderFormat, self) + self.imageData