nw::font::CharWriter::GetFontDescent Member Function
f32 GetFontDescent() const;
None.
Gets the font descent after magnification.
Obtain the descent before magnification as follows.
writer.GetFont()->GetDescent(); // writer is an instance of CharWriter
CONFIDENTIAL