[]
Gets text measure as Size of this font.
public Size GetMeasure(string text)
Public Function GetMeasure(text As String) As Size
| Type | Name | Description |
|---|---|---|
| string | text | The text for measuring. |
| Type | Description |
|---|---|
| Size | The size in points of the text for this font. |