09-16-2022, 10:36 PM
I could have swore QB64 at one point supported font anti-aliasing through either the _PRINTSTRING or _PRINTMODE statements? I can't seem to find any way to anti-alias a loaded font. Am I missing something?
Font anti-aliasing
|
09-16-2022, 10:36 PM
I could have swore QB64 at one point supported font anti-aliasing through either the _PRINTSTRING or _PRINTMODE statements? I can't seem to find any way to anti-alias a loaded font. Am I missing something?
09-17-2022, 08:09 AM
(09-16-2022, 10:36 PM)TerryRitchie Wrote: I could have swore QB64 at one point supported font anti-aliasing through either the _PRINTSTRING or _PRINTMODE statements? I can't seem to find any way to anti-alias a loaded font. Am I missing something? Hi Terry, QB64 never had natively inbuild text antialiasing, however it was possible with the "falcon.h" C/C++ library header by Luke from the old team. I've made a simple wrapper around this which you can find in the old forum here: https://qb64forum.alephc.xyz/index.php?t...#msg114890
GuiTools, Blankers & other Projects:
https://staging.qb64phoenix.com/forumdisplay.php?fid=32 Libraries & useful Functions: https://staging.qb64phoenix.com/forumdisplay.php?fid=23
09-17-2022, 01:38 PM
Thank you for the link. That must be what I remember then.
|
« Next Oldest | Next Newest »
|