[]
Measure expand value (spacing between characters) for the text of this document.
public static float MeasureExpand(string text, Font font, double width)
Public Shared Function MeasureExpand(text As String, font As Font, width As Double) As Single
| 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). |