Hi guys,
we all know each Windows font does have much more than 256 characters in it.
Is it possible to select one of the glyps over # 255 for printing ?
oPrn:Say(200, 200, chr(???) )
Thanks,
Davide
Hi guys,
we all know each Windows font does have much more than 256 characters in it.
Is it possible to select one of the glyps over # 255 for printing ?
oPrn:Say(200, 200, chr(???) )
Thanks,
Davide
Davide,
You may need to use unicode and Windows API DrawTextW()