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