Lines Matching refs:numGlyphs
699 bboxBitmapSize = ((self.numGlyphs + 31) >> 5) << 2
706 assert len(self.nContourStream) == self.numGlyphs
716 self.glyphOrder.extend(["glyph%.5d" % i for i in range(1, self.numGlyphs)])
718 if len(self.glyphOrder) != self.numGlyphs:
721 (len(self.glyphOrder), self.numGlyphs))
730 self.numGlyphs = len(self.glyphs)
731 assert len(self.glyphOrder) == self.numGlyphs
733 ttFont['maxp'].numGlyphs = self.numGlyphs
738 bboxBitmapSize = ((self.numGlyphs + 31) >> 5) << 2
741 for glyphID in range(self.numGlyphs):
1000 numGlyphs = len(glyphOrder)
1001 numberOfHMetrics = min(int(headerTable.numberOfHMetrics), numGlyphs)
1025 numberOfSideBearings = numGlyphs - numberOfHMetrics