mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 03:00:43 +00:00
Different vertical font antialiasing method
This commit is contained in:
parent
e9b6d5e279
commit
70585e5a99
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user