nw::font::CharWriter::GetFontDescent Member Function
f32 GetFontDescent() const;
None.
Gets the font descent after enlargement.
Use the following to get the descent before enlargement:
writer.GetFont()->GetDescent(); // writer is an instance of CharWriter
CONFIDENTIAL