Skip to content

Commit

Permalink
MythPainter::GetImageFromTextLayout: Turn on anti-aliasing
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoet committed Oct 5, 2011
1 parent b88526d commit 6ac09f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythtv/libs/libmythui/mythpainter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ MythImage *MythPainter::GetImageFromTextLayout(const LayoutVector &layouts,
QFont tmpfont = font.face();
tmpfont.setStyleStrategy(QFont::OpenGLCompatible);
painter.setFont(tmpfont);
painter.setRenderHint(QPainter::Antialiasing);

if (font.hasShadow())
{
Expand Down

0 comments on commit 6ac09f0

Please sign in to comment.