Is there possible to store in prefs the font size?
- Psychophanta
- Addict
- Posts: 4907
- Joined: Wed Jun 11, 2003 9:33 pm
- Location: Lípetsk, Russian Federation
- Contact:
Is there possible to store in prefs the font size?
Is there possible to store in prefs the font size?
http://www.zeitgeistmovie.com
While world=business:world+mafia:Wend
I never will leave this forum until the absolute bugfree PB
While world=business:world+mafia:Wend
I never will leave this forum until the absolute bugfree PB

Re: Is there possible to store in prefs the font size?
Could you be more clear ? It already stores the editor font size.
- StarBootics
- Addict
- Posts: 963
- Joined: Sun Jul 07, 2013 11:35 am
- Location: Canada
Re: Is there possible to store in prefs the font size?
Hello,
The font size is stored in the IDE preferences file with the keys :
In the [Editor] Group.
Best regards
StarBootics
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
The Stone Age did not end due to a shortage of stones !
- Psychophanta
- Addict
- Posts: 4907
- Joined: Wed Jun 11, 2003 9:33 pm
- Location: Lípetsk, Russian Federation
- Contact:
Re: Is there possible to store in prefs the font size?
I found it, in the font selector in File->Preferences. Thanks
http://www.zeitgeistmovie.com
While world=business:world+mafia:Wend
I never will leave this forum until the absolute bugfree PB
While world=business:world+mafia:Wend
I never will leave this forum until the absolute bugfree PB
