nw::font::Font::HasGlyph Member Function

Syntax

virtual bool HasGlyph(
     CharCode c
) const = 0;

Arguments

Name Description
in c Character code of the character for which the existence of glyph data will be retrieved.

Return Values

Returns TRUE if glyph data exists; returns FALSE if it does not exist.

Description

Gets the existence (or nonexistence) of glyph data.

Revision History

2009/11/09
Initial version.

CONFIDENTIAL