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