nw::lyt::ResourceAccessor::LoadFont Member Function

Syntax

protected:
virtual font::Font * LoadFont(
     const char * name
);

Arguments

Name Description
name Name of the font resource.

Return Values

Returns a pointer to font::ResFont.

Description

Creates resource fonts.

This function is called from the GetFont function the first time a font is accessed.

It creates font::ResFont and sets the font resource obtained by the GetResource function.

See Also

GetFont

Revision History

2010/07/16
Initial version.

CONFIDENTIAL