05-27-2023, 02:27 AM
(This post was last modified: 05-27-2023, 02:28 AM by PhilOfPerth.)
(05-27-2023, 12:15 AM)mnrvovrfc Wrote: In think on Windows the font is called:
Code: (Select All)C:\Windows\Fonts\cour.ttf
and to load it the statement is like:
Code: (Select All)fonthandle = _LOADFONT("C:\Windows\Fonts\cour.ttf", 16, "MONOSPACE")
But the "MONOSPACE" as last parameter might not be necessary.
You have to use the filename of the font. Open File Explorer into "C:\Windows\Fonts".
Lucida Console is called "lucon.ttf" for a long time. A nice one I miss on Linux. I like the girl's name too LOL.
Thanks mnrvovrfc. That works, and I didn't need the "MONOSPACE"! I ended up using cour.ttf (courier). Good job!
Of all the places on Earth, and all the planets in the Universe, I'd rather live here (Perth, W.A.)