[]
Measure expand value (spacing between characters) for the text of this document.
public static float MeasureExpand(string text, Font font, double width)
| Type | Name | Description |
|---|---|---|
| string | text | The drawing string. |
| Font | font | The drawing font. |
| double | width | The current size in points for fit the drawing string. |
| Type | Description |
|---|---|
| float | The calculated expand value (spacing between characters). |