03-14-2024, 07:08 PM
@TerryRitchie At this point, all I can determine is your version of Windows/QB64PE/PC is broke.
Batang & BatangChe & Gungsuh & GungsuhChe (TrueType) : b
a
t
a
n
g
.
t
t
c
If you look at the above, it's giving you the proper information. To the left is the font name. On the right, after the : is the font file name -- it's just interrupted by a crapload of CRLF characters.
batang.ttc
.ttc? Why isn't that a .ttf? What the heck is a .ttc? LOL!
Bt what's odd here is the NAME is formatted properly, with proper encoding and spacing. That's 100% ANSI/ASCII/UTF8 text. (Whatever your system is set to default to.) But what the heck is with the "one character, 100 spaces between characters??"
That's just a simple PRINT statement at work, correct??
Then that's NOT *just* a CRLF that you're dealing with -- if it was b (CRLF) a (CRLF) t (CRLF)..., then *those characters would all be printed at the start of the line!
Instead, we're seeing something even stranger such as b (CRLF) (Space 50) a (CRLF) (Space 50) t (CRLF) (Space 50)... WTH type of formatting produces output like that??!!
I'm lost as to what's glitching out on your PC with this one. You've got me 100% stumped here!
Batang & BatangChe & Gungsuh & GungsuhChe (TrueType) : b
a
t
a
n
g
.
t
t
c
If you look at the above, it's giving you the proper information. To the left is the font name. On the right, after the : is the font file name -- it's just interrupted by a crapload of CRLF characters.
batang.ttc
.ttc? Why isn't that a .ttf? What the heck is a .ttc? LOL!
Bt what's odd here is the NAME is formatted properly, with proper encoding and spacing. That's 100% ANSI/ASCII/UTF8 text. (Whatever your system is set to default to.) But what the heck is with the "one character, 100 spaces between characters??"
That's just a simple PRINT statement at work, correct??
Then that's NOT *just* a CRLF that you're dealing with -- if it was b (CRLF) a (CRLF) t (CRLF)..., then *those characters would all be printed at the start of the line!
Instead, we're seeing something even stranger such as b (CRLF) (Space 50) a (CRLF) (Space 50) t (CRLF) (Space 50)... WTH type of formatting produces output like that??!!
I'm lost as to what's glitching out on your PC with this one. You've got me 100% stumped here!