示例#1
0
 def drawFamilyBlues(self, painter, glyph, layerName, rect):
     drawing.drawFontPostscriptFamilyBlues(
         painter,
         glyph,
         self._inverseScale,
         rect,
         backgroundColor=self._backgroundColor)
示例#2
0
 def drawFamilyBlues(self, painter, glyph, layerName):
     drawing.drawFontPostscriptFamilyBlues(painter, glyph,
                                           self._inverseScale,
                                           self._drawingRect)
示例#3
0
 def drawFamilyBlues(self, painter, glyph, flags):
     drawing.drawFontPostscriptFamilyBlues(painter, glyph,
                                           self._inverseScale)
示例#4
0
 def drawFamilyBlues(self, painter, glyph, layerName):
     drawing.drawFontPostscriptFamilyBlues(
         painter, glyph, self._inverseScale)
示例#5
0
 def drawFamilyBlues(self, painter, glyph, layerName, rect):
     drawing.drawFontPostscriptFamilyBlues(
         painter, glyph, self._inverseScale,
         backgroundColor=self._backgroundColor)