Method CharWidth
CharWidth(char, int)
Measures summary character width accordingly to specified conditions.
public double CharWidth(char ch, int count)
Parameters
Returns
- double
Summary characters width.
CharWidth(char, double, out int, bool)
Measures summary character width accordingly to specified conditions.
public double CharWidth(char ch, double width, out int count, bool exact)
Parameters
chcharChar to measure.
widthdoubleWidth which should fit characters.
countintReceives number of characters fitted into specified width.
exactboolSpecifies whether the calculating should be precise.
Returns
- double
Summary characters width.