getSize()
Return the font's point size.
Parameters
Once an object font has been created, you can use the following function:
font.getSize()
Returns
return size
| Value | Type | Description |
|---|---|---|
| size | int |
The point size. |
Return the font's point size.
Once an object font has been created, you can use the following function:
font.getSize()
return size
| Value | Type | Description |
|---|---|---|
| size | int |
The point size. |