Home | History | Annotate | Download | only in tables

Lines Matching defs:Bitmap

18 class Bitmap(object):
37 #print "Bitmap %i header too short: Expected %x, got %x." % (self.gid, sbixBitmapHeaderFormatSize, len(self.rawdata))
38 raise ttLib.TTLibError("Bitmap header too short.")
43 # bitmap is a reference to another glyph's bitmap
56 raise ttLib.TTLibError("Can't compile bitmap without glyph name")
68 # a bitmap entry is required for each glyph,
70 xmlWriter.simpletag("bitmap", glyphname=self.glyphName)
73 xmlWriter.begintag("bitmap", format=self.imageFormatTag, glyphname=self.glyphName)
88 xmlWriter.endtag("bitmap")
96 # bitmap is a "dupe", i.e. a reference to another bitmap.