set_theme_font_size
Set a font size for a control type in a Godot theme by specifying the theme path, control type, size name, and pixel size.
Instructions
Set a font size in a theme
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Size name (e.g. 'font_size') | |
| path | Yes | Theme resource path | |
| size | Yes | Font size in pixels | |
| theme_type | Yes | Control type |