documentPaneFontSize
Syntax

StudioPreference.documentPaneFontSize;
Access
read/write
Parameters
Return value PaneFontSizeOptions
A PaneFontSizeOptions enum value (see below).
Description
The documentPaneFontSize property defines the font size for the text in the Document pane of the Studio panel.
Use one of the following options:
| Value | Description |
|---|---|
| PaneFontSizeOptions.SMALL | Use the small font size |
| PaneFontSizeOptions.MEDIUM | Use the medium font size |
| PaneFontSizeOptions.LARGE | Use the large font size |
| PaneFontSizeOptions.EXTRA_LARGE | Use the extra large font size |
The default value is PaneFontSizeOptions.SMALL.
Examples
Set the “Document Pane Font Size” preference to “Large”
app.studioPreferences.documentPaneFontSize = PaneFontSizeOptions.LARGE;
Supported versions
| Adobe Version | Supported |
|---|---|
| 2022 | ✔ |
| 2023 | ✔ |
| 2024 | ✔ |
| 2025 | ✔ |