Hello
I have a question about the SET FONT command, and would appreciate it if some one gave me some kind of input.
My question is, why certain fonts will work while others will not in the SET FONT command. For example:
SET TEXT FONT "Times New Roman"
SET TEXT SIZE 24
TEXT 0, 0, "Text Text Text"
WAIT KEY
The above code prints text in the correct font. But if you change the font to ones like:
WinDings
WebDings
SimHei
MS Mincho & MS PMincho(Japanese font)
It won't print in the correct font. Am I missing something? Also, in the case of the Japanese font, all Japanese comes up garbled. I am on a Japanese WinXP
Any advice will be appreciated, thank you
-Shopro