nn::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 true if ptr points to a font resource associated with this ResFont; otherwise, returns false.

Description

Determines if it is an associated font resource.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL