Hello all.
I would like to disable font smoothing in my app, since the font I'm using looks extremely ugly (and completely unreadeble below size 12) right now.
I did a search, and the only useful thread I found was
this.
This code snippet was posted in there:
Font* f = MyCustomLoadFontMethod();
((Image&)f->GetImage(30U)).SetSmooth(false);
However, it looks like only a reference code to me, and since I'm not that experienced, I simply have no idea what to do with it.
Could somebody post a sample implementation, please?
Thank you.