nw::font::ResFontBase::IsManaging Member Function

Syntax

protected:
bool IsManaging(
     const void* ptr
) const;

Arguments

Name Description
in ptr Pointer to the resource font of the comparison target.

Return Values

Returns trueif this ResFont is associated with the font resource pointed to by ptr; otherwise, returns false.

Description

Determines whether the resource font is associated.

A determination is made whether ResFont is associated with the font resource pointed to by ptr.

Revision History

2009/10/20
Initial version.

CONFIDENTIAL