mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
358472ff10
commit
7b183b21d3
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user