diff options
Diffstat (limited to 'core.py')
| -rw-r--r-- | core.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ class Core(): self._image1 = QtGui.QImage(self._image) painter = QPainter(self._image1) font = titleFont - font.setPointSizeF(fontSize) + font.setPixelSize(fontSize) painter.setFont(font) painter.setPen(QColor(*textColor)) |
