Is there possible to store in prefs the font size?

Working on new editor enhancements?
User avatar
Psychophanta
Addict
Addict
Posts: 4969
Joined: Wed Jun 11, 2003 9:33 pm
Location: Lípetsk, Russian Federation
Contact:

Is there possible to store in prefs the font size?

Post by Psychophanta »

Is there possible to store in prefs the font size?
http://www.zeitgeistmovie.com

While world=business:world+mafia:Wend
Will never leave this forum until the absolute bugfree PB :mrgreen:
Fred
Administrator
Administrator
Posts: 16619
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: Is there possible to store in prefs the font size?

Post by Fred »

Could you be more clear ? It already stores the editor font size.
User avatar
StarBootics
Addict
Addict
Posts: 984
Joined: Sun Jul 07, 2013 11:35 am
Location: Canada

Re: Is there possible to store in prefs the font size?

Post 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
The Stone Age did not end due to a shortage of stones !
User avatar
Psychophanta
Addict
Addict
Posts: 4969
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?

Post by Psychophanta »

I found it, in the font selector in File->Preferences. Thanks
http://www.zeitgeistmovie.com

While world=business:world+mafia:Wend
Will never leave this forum until the absolute bugfree PB :mrgreen:
Post Reply