nw::lyt::FontContainer::RegistFont Member Function

Syntax

FontKey RegistFont(
     const char* name,
     font::Font * pFont,
     bool own
);

Arguments

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.

Return Values

Returns a registration key. This key is used to cancel registration.

Description

Registers a font.

Revision History

2010/01/26
Initial version.

CONFIDENTIAL