nw::font::TextWriterBase::CalcStringWidth Member Functionf32 CalcStringWidth( const CharType * str ) const; f32 CalcStringWidth( const CharType * str, int length ) const;
| CalcStringWidth ( const CharType * ) | Calculates the width of the text. |
| CalcStringWidth ( const CharType *, int ) | Calculates the width of the text. |
CalcStringWidth ( const CharType * ) Returns the maximum width for each line of text when there is more than one line of text.
CalcStringWidth ( const CharType *, int ) Returns the maximum width for each line of text when there is more than one line of text.
CONFIDENTIAL