nw::font::Font::GetHeight Member Function

Syntax

virtual int GetHeight() const = 0;

Arguments

None.

Return Values

Returns the height of the font in pixel units.

Description

Gets the font height.

The font height must be used as the height of all characters because individual characters do not carry height information.

See Also

nw::font::Font::GetWidth
nw::font::Font::GetAscent
nw::font::Font::GetDescent

Revision History

2009/11/09
Initial version.

CONFIDENTIAL