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 whether the pointer points to an associated font resource.


CONFIDENTIAL