nw::lyt::ArcResourceAccessor::RegistFont Member Function

Syntax

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

Arguments

Name Description
name Name of the font resource.
pFont Pointer to the font object.

Return Values

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

Description

Registers a font object.

This function sets a font object for a resource accessor so that it is included as a target in searched made by the GetFont function.

See Also

UnregistFont

Revision History

2010/01/26
Initial version.

CONFIDENTIAL