nw::font::CharWriter::GetFontDescent Member Function

Syntax

f32 GetFontDescent() const;

Arguments

None.

Return Values

Returns the font descent after enlargement.

Description

Gets the font descent after enlargement.

Use the following to get the descent before enlargement:

writer.GetFont()->GetDescent();	// writer is an instance of CharWriter

See Also

nw::font::CharWriter::SetFontSize
nw::font::CharWriter::GetFontAscent

Revision History

2009/11/09
Initial version.

CONFIDENTIAL