Increase the font size of the editor

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Adam
:warning: Old Version Published before Godot 3 was released.

How can I increase the font size of the editor?

:bust_in_silhouette: Reply From: jackmakesthings

There’s a ‘font size’ setting you can change - in Editor Settings (button in the upper right of the editor), in the General tab, under Global.

I don’t see it, are you using a version above 2.0.4.1? I know they added dynamic fonts in 2.1, but I don’t think font scales just yet in 2.0. I think you have to import a font at a particular size and then set the editor to that font in the editor settings.

batmanasb | 2016-07-12 02:50

I’m using the latest version of master from the github repo; not sure when font-size support in the editor was added but I thought it had been in there a while.

jackmakesthings | 2016-07-12 18:06

:bust_in_silhouette: Reply From: Daniel Lewan

For Godot 2.0.x

  • import font in desired size Import > Font
  • copy imported bitmap font file .fnt somewhere
  • Go to Settings > Editor settings > Global > Font and load .fnt file
  • restart editor
  • ???
  • profit!

For Godot 2.x+
Do as @jackmakesthings said.