Method GetCharsInWidth
GetCharsInWidth(double)
Returns number of characters painted with current font that will fit into specified Width.
public virtual int GetCharsInWidth(double width)
Parameters
width
doubleWidth to fit characters.
Returns
- int
Number of characters that can fit in.
GetCharsInWidth(double, bool)
protected int GetCharsInWidth(double width, bool exact)