07-17-2023, 01:10 AM
Ok, here it is:
I use this code:
Screen _NewImage(1280, 1024, 32)
SetFont: f& = _LoadFont("C:\WINDOWS\fonts\courbd.ttf", 16, "monospace")
_Font f&
Print Chr$(95)
My PE version is 3.8.0, Windows version is Windows 10 Home with all current updates.
The code above does not display anything, but changing to 32, "monospace") displays the underline correctly.
I use this code:
Screen _NewImage(1280, 1024, 32)
SetFont: f& = _LoadFont("C:\WINDOWS\fonts\courbd.ttf", 16, "monospace")
_Font f&
Print Chr$(95)
My PE version is 3.8.0, Windows version is Windows 10 Home with all current updates.
The code above does not display anything, but changing to 32, "monospace") displays the underline correctly.
Of all the places on Earth, and all the planets in the Universe, I'd rather live here (Perth, W.A.)