Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/ttLib/tables/
DsbixGlyph.py6 sbixGlyphHeaderFormat = """ variable
19 sbixGlyphHeaderFormatSize = sstruct.calcsize(sbixGlyphHeaderFormat)
55 sstruct.unpack(sbixGlyphHeaderFormat, self.rawdata[:sbixGlyphHeaderFormatSize], self)
78 self.rawdata = sstruct.pack(sbixGlyphHeaderFormat, self) + self.imageData