From 70585e5a99d11b32e1f16e1e9d89a9fdb29ee1b4 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Sun, 7 Aug 2011 11:48:25 +1000 Subject: [PATCH] Different vertical font antialiasing method --- Graphs/glcommon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Graphs/glcommon.cpp b/Graphs/glcommon.cpp index 4be34f9d..83cdc383 100644 --- a/Graphs/glcommon.cpp +++ b/Graphs/glcommon.cpp @@ -117,7 +117,7 @@ void DrawTextQueue(gGraphWindow & wid) if (wid.parentWidget()!=0) { QPainter painter(&wid); - painter.setRenderHint(QPainter::TextAntialiasing,true); + painter.setRenderHint(QPainter::HighQualityAntialiasing,true); // TODO.. Prerotate the 90degree stuff here and keep the matrix for all of these.. for (int i=0;i