Searched refs:sbixGlyphHeaderFormat (Results 1 – 1 of 1) sorted by relevance
6 sbixGlyphHeaderFormat = """ variable19 sbixGlyphHeaderFormatSize = sstruct.calcsize(sbixGlyphHeaderFormat)55 sstruct.unpack(sbixGlyphHeaderFormat, self.rawdata[:sbixGlyphHeaderFormatSize], self)78 self.rawdata = sstruct.pack(sbixGlyphHeaderFormat, self) + self.imageData