nw::font::CharWriter::GetFontHeight Member Function
f32 GetFontHeight() const;
None.
Gets the cell height after enlargement.
Be sure to get the cell height before enlargement using:
writer.GetFont()->GetCellHeight(); // writer is an instance of CharWriter
CONFIDENTIAL