Hello!
Just to report that wx.Font::SetFaceName doesn't work on Linux
My system:
mandrake linux 10.1
glibc 2.3.3
wxpython 2.6.1
Juan Pablo
Hello!
Just to report that wx.Font::SetFaceName doesn't work on Linux
My system:
mandrake linux 10.1
glibc 2.3.3
wxpython 2.6.1
Juan Pablo
Juan Pablo Romero wrote:
Hello!
Just to report that wx.Font::SetFaceName doesn't work on Linux
My system:
mandrake linux 10.1
glibc 2.3.3
wxpython 2.6.1
Sample code please. Does it work if you pass the face name to the constructor? Is the font you are using a new one or one that has already been realized? Does the FontEnumerator sample in the demo work for you?
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!