nw::font::ResFontBase::GetCellHeight Member Function

Syntax

virtual int GetCellHeight() const;

Arguments

None.

Return Values

Returns the height of the cell in units of pixels.

Description

Gets the cell height.

This value is used to draw characters without using the nw::font::CharWriter class. The font height can be obtained with the nw::font::Font::GetHeight function when normally drawing text strings.

The cell height is the same for all characters.

Revision History

2009/11/09
Initial version.

CONFIDENTIAL