Measure expand value (spacing between characters) for the text of this document.
'Declaration
Public Function MeasureExpand( _
ByVal As System.String, _
ByVal As System.Drawing.Font, _
ByVal As System.Double _
) As System.Single
public System.float MeasureExpand(
System.string ,
System.Drawing.Font ,
System.double
)
Parameters
- text
- The drawing string.
- font
- The drawing font.
- width
- The current size in points for fit the drawing string.
Return Value
The calculated expand value (spacing between characters).