virtual font::Font * GetFont( const char * name );
| Name | Description | |
|---|---|---|
| name | Name of the font resource. |
Gets the font.
Gets the font object bound to the font resource name specified by name.
If the specified font has not been registered, this function registers the font created by the LoadFont function.
CONFIDENTIAL