'Declaration Function MeasureString( _ ByVal text As String, _ ByVal fontName As String, _ ByVal fontSize As Double, _ ByVal wordWrap As Boolean, _ ByVal width As Double _ ) As GcSize
Parameters
- text
- The string to be measured.
- fontName
- Name of the font.
- fontSize
- Size of the font.
- wordWrap
- if set to true, word-wrap.
- width
- The width of the word-wrap rectangle.
Return Value
Returns the size of the string.