nw::lyt::FontContainer::FindFontByName Member Function

Syntax

nw::font::Font * FindFontByName(
     const char * name
);

Arguments

Name Description
name Name of the font being searched for.

Return Values

Returns the font, if found; otherwise, returns NULL.

Description

Searches for a font.

Revision History

2010/01/26
Initial version.

CONFIDENTIAL