This commit is contained in:
Kovid Goyal 2012-12-14 20:55:55 +05:30
parent 358472ff10
commit 7b183b21d3

View File

@ -297,7 +297,6 @@ class PdfEngine(QPaintEngine):
stroke=self.do_stroke, fill=self.do_fill)
def drawTextItem(self, point, text_item):
# TODO: Add support for underline, overline, strike through and fonts
# super(PdfEngine, self).drawTextItem(point, text_item)
f = text_item.font()
px, pt = f.pixelSize(), f.pointSizeF()