FontKey RegistFont( const char* name, font::Font * pFont, bool own );
| Name | Description | |
|---|---|---|
| name | Name of the font resource. | |
| pFont | The font object. | |
| own | Specifies whether the font object is owned. The container destroys the font object if true is specified. |
Registers a font.
CONFIDENTIAL