Hi,
On 01/05/2013 15:21, Octavian Rasnita wrote:
Thank you Mark! Now the chars are displayed fine.
Too bad that I need to use Windows...
BTW, what happends if this program runs under Linux or Mac?
Will WxPerl use another sans-serif font available under these platforms?
Yes - a similar font chosen on the basis of wxFONTFAMILY_SWISS,
wxFONTSTYLE_NORMAL, wxFONTWEIGHT_NORMAL.
For both Linux and MacOSX (modern editions I've just tested at least)
if the font does not contain a glyph to represent a character, the font
engine will check other fonts until it finds one that does.
Regards
Mark