05-27-2023, 12:15 AM
In think on Windows the font is called:
and to load it the statement is like:
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.
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.