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

Syntax

f32 GetFontDescent() const;

Arguments

None.

Return Values

Returns the font descent after magnification.

Description

Gets the font descent after magnification.

Obtain the descent before magnification as follows.

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