nw::font::Font::GetDescent Member Function

Syntax

virtual int GetDescent() const = 0;

Arguments

None.

Return Values

Returns the descent of the font in units of pixels.

Description

Gets the font descent.

The font descent is the part of the overall font height that falls below the baseline.

See Also

nw::font::Font::GetAscent
nw::font::Font::GetHeight

Revision History

2009/11/09
Initial version.

CONFIDENTIAL