nw::font::PairFont::PairFont Constructor

Syntax

PairFont(
     Font * primary,
     Font * secondary
);

Arguments

Name Description
in primary Pointer to font.
in secondary Pointer to font.

Description

Constructor.

Generates a font pair from two constructors.

If both primary and secondary have a glyph for the same character code, primary's glyph will be used. The two texture formats and character code formats must match.

Revision History

2009/11/09
Initial version.

CONFIDENTIAL