# SETFONTSIZE

Set a custom font size for the report.

### Syntax

```javascript
SETFONTSIZE(value)
```

### Arguments

value - Numeric value to set the size.

### Example

```
SETFONTSIZE(18)
//Sets the font size to 18
```

<figure><img src="https://3062809325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEbkCXCUXmtUq5tcnUtZE%2Fuploads%2F80kCjoCxmRT34441ROcv%2Fimage.png?alt=media&#x26;token=ca782323-9471-44a2-8cd2-0aa733b31957" alt=""><figcaption><p>SETFONTSIZE script</p></figcaption></figure>

Dynamically control the font size using scripts.

<figure><img src="https://3062809325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEbkCXCUXmtUq5tcnUtZE%2Fuploads%2FLrfAhW9lwZDcjIm10lgG%2FUntitled%20Project.gif?alt=media&#x26;token=ada9702e-ed7b-4966-9d64-a743d808a783" alt=""><figcaption><p>Changing the font size with scripts</p></figcaption></figure>
