nn::font::PairFont::HasGlyph Member Function

Syntax

virtual bool HasGlyph(
     CharCode    c
) const;

Arguments

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

Return Values

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

Description

Determines whether glyph data exists.


CONFIDENTIAL