QB64.org Forum
Active Forums => QB64 Discussion => Topic started by: Petr on June 03, 2018, 05:22:07 am
-
Hi if use /windows/fonts/ravie.ttf, is the resulting text cut from above. Does it also in your case?
F&
= _LOADFONT("C:\windows\fonts\ravie.ttf", 32, "MONOSPACE")PRINT "Look to me!" 'try what IDE do without SCREEN use and try move IDE window then...
-
Curious.
Originally, the "text" was slightly "clipped" at the top, so yes it happed to me as well. I then repositioned the text "locate 5,5"
I tried it my Linux machine, after downloading the font and including a file path, it printed just fine after relocating the text. Unusual part was the normal "Press any key to continue" was printed way off the left hand side of the screen and only displayed the last "e" of the word continue in the bottom left corner. Bit odd...
J
-
Look to me like a bad font or bad font load, even without the "MONOSPACE"
F&
= _LOADFONT("C:\windows\fonts\ravie.ttf", 32)
EDIT: Dang! I want to show pW, pH and certainly not pH, pH.
It looks like the font is suppose to be 4 x's higher than wide!!! (assuming that's supposed to be an 8, 32)
-
Thank you for your try. Your output is just as bad as my output. Damn, I'll have to try another font.
-
I have tested the program many times, using 'non windows' core fonts, as well as Windows and all fonts displayed as they should. No clipping. No truncating of words. Just normal. My preliminary conclusion would be that ravie.ttf may be a 'ttf' but may not be 'quite all there'... Just a guess.
J