nn::font::ResFontBase::HasGlyph Member Function

Syntax

virtual bool HasGlyph(
     CharCode    c
) const;

Arguments

Name Description
in c Character code used to check for the existence of glyph data.

Return Values

Returns true if glyph data exists or false if it does not.

Description

Determines whether glyph data exists.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL