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
ch
charChar to measure.
width
doubleWidth which should fit characters.
count
intReceives number of characters fitted into specified width.
exact
boolSpecifies whether the calculating should be precise.
Returns
- double
Summary characters width.