#include <GFont.h>
Public Member Functions | |
| bool | EnumerateFonts (List< char > &Fonts) |
| Enumerate all installed fonts. | |
| bool | GetGlyphSubSupport () |
| Returns whether the current Lgi implementation supports glyph sub. | |
| bool | GetDefaultGlyphSub () |
| Returns whether glyph sub is currently turned on. | |
| void | SetDefaultGlyphSub (bool i) |
| Turns the glyph sub feature on or off. | |
| GFont * | GetGlyph (int u, GFont *UserFont) |
| Returns a font that can render the specified unicode code point. | |
| GFont * | GetBestFont (char *Str) |
Static Public Member Functions | |
| static GFontSystem * | Inst () |
| Get a pointer to the font system. | |
Friends | |
| class | GApp |
| class | GDisplayString |
|
|
This looks for a font that can contains the most glyphs for a given string, ideally it can render the whole thing. But the next best alternative is returned when no font matches all characters in the string. |
|
||||||||||||
|
Returns a font that can render the specified unicode code point.
|
1.4.1