On Mon, 02 Jun 2008, Guillermo Varona Silupú wrote:

Hi Guillermo,

> >It depends on used GT and font.
> >What GT driver do you use?
> Using the GT and font default. I do not set any GT and font.
> How do I know that GT and font that I am using?

to check GT driver you can run you program with //info switch, f.e:
   your_app //info
or add to your code:
   ? hb_gtVersion()

the default GT for Windows is GTWIN. The font used by GTWIN
is out of Harbour control. You can try to set it for your
console window by setting/changing its properties and/or
installing font with glyphs you want to use. Maybe some
windows users will help you and describe details. The default
font and encoding used by console window depends on windows
version and national setting. It's not Harbour problem.

best regards,
Przemek
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to