nw::lyt::MultiArcResourceAccessor::GetFont Member Function

Syntax

virtual font::Font * GetFont(
     const char * name
);

Arguments

Name Description
name Name of the font resource.

Return Values

Returns a pointer to a font.

Description

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.

See Also

LoadFont

Revision History

2010/07/16
Initial version.

CONFIDENTIAL