Page 1 of 1
Is there possible to store in prefs the font size?
Posted: Tue May 09, 2023 4:09 pm
by Psychophanta
Is there possible to store in prefs the font size?
Re: Is there possible to store in prefs the font size?
Posted: Tue May 09, 2023 4:26 pm
by Fred
Could you be more clear ? It already stores the editor font size.
Re: Is there possible to store in prefs the font size?
Posted: Tue May 09, 2023 4:27 pm
by StarBootics
Hello,
The font size is stored in the IDE preferences file with the keys :
Code: Select all
EditorFontName = JetBrains Mono
EditorFontSize = 14
EditorFontStyle =
In the [Editor] Group.
Best regards
StarBootics
Re: Is there possible to store in prefs the font size?
Posted: Tue May 09, 2023 7:18 pm
by Psychophanta
I found it, in the font selector in File->Preferences. Thanks