previewPaneFontSize
Syntax
StudioPreference.previewPaneFontSize;
Access
read/write
Parameters
Return value PaneFontSizeOptions
A PaneFontSizeOptions enum value (see below).
Description
The previewPaneFontSize
property defines the font size for the text in the Preview 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 “Preview Pane Font Size” preference to “Large”
app.studioPreferences.previewPaneFontSize = PaneFontSizeOptions.LARGE;
Supported versions
Adobe Version | Supported |
---|---|
2021 | ✔ |
2022 | ✔ |
2023 | ✔ |
2024 | ✔ |