[]
Zoom current Font with zoom factor
public static Font Zoom(Font font, float zoomFactor)
| Type | Name | Description |
|---|---|---|
| Font | font | Indicate the Font you want to zoom |
| float | zoomFactor | Indicate the zoom factor |
| Type | Description |
|---|---|
| Font | A Font with special size |