Different vertical font antialiasing method

This commit is contained in:
Mark Watkins 2011-08-07 11:48:25 +10:00
parent e9b6d5e279
commit 70585e5a99

View File

@ -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<TextQueRot.size();i++) {
TextBuffer & t=TextQueRot[i];