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