nw::font::Font::GetDefaultCharWidths Member Function

Syntax

virtual const CharWidths GetDefaultCharWidths() const = 0;

Arguments

None.

Return Values

Returns the font's default character width information.

Description

Gets the font's default character width data.

The font's default character width information is used for glyphs that do not have their own character width information.

See Also

nw::font::Font::SetDefaultCharWidths
nw::font::Font::GetCharWidths

Revision History

2009/11/09
Initial version.

CONFIDENTIAL