|
wx_BGI_Graphics
Classic BGI-compatible graphics API with modern OpenGL extension API
|
Functions for discovering and selecting bundled classic and modern fonts. More...

Functions | |
| BGI_API int BGI_CALL | wxbgi_font_count (void) |
| Returns the number of built-in fonts known to the library. | |
| BGI_API int BGI_CALL | wxbgi_font_id (const char *name) |
| Resolves a built-in font name to its font id. | |
| BGI_API const char *BGI_CALL | wxbgi_font_name (int fontId) |
| Returns the display name for a built-in font id. | |
Functions for discovering and selecting bundled classic and modern fonts.
Returns the number of built-in fonts known to the library.
Resolves a built-in font name to its font id.
Name matching ignores case, spaces, hyphens, and underscores. Returns -1 when the name is not recognized.