nw::lyt::ResourceAccessor::GetFont Member Functionvirtual font::Font * GetFont( const char * name ) = 0;
| Name | Description | |
|---|---|---|
| name | Name of the font resource. |
Gets the font.
Gets the font object bound to the font resource name specified by name.
This function attempts loading the font if it is not owned.
You can use LoadFont() in the implementation.
CONFIDENTIAL