OpenGLContext.scenegraph.text.wxfont

wxPython bitmap and texmap fonts

Classes

A wxPython-provided Bitmap Font
The wxPython fonts are image-based, non-antialiased, and available only under wxPython contexts, though on Win32 you can actually use them when using a non wxPython context (they will crash or application on GTK/Linux because the wxPython application object is not available under other contexts).
The primary interest for wxPython fonts is the ability to scan all currently installed fonts to find a specified font face. At the moment, only the WGL and wxPython fonts are able to do this.
Note: The FontStyle.size field means something different for bitmap-format (screen-space) fonts, as compared to the VRML97 standard, which only considers 3D geometric fonts. Bitmap fonts are generated at approximately 72*FontStyle.size pixels.