Author Topic: How to increase font size?  (Read 6778 times)

XN

  • Guest
How to increase font size?
« on: October 13, 2021, 11:13:05 am »
How to increase font in CodeBlocks for (x)Ubuntu? 
Marked areas are not readable for me. Is any command line parameter to set it like "--fontsize 22" for NetBeans?
Please tell me how to increase font because Code::Blocks is useless for me when I can't read the names.
I have set dpi 144 but CodeBlocks probably doesn't respect it.

NetBeans doesn't have this problem but after installation I cannot get C++ plugin (server is down...) and I must change IDE to code::blocks. 

« Last Edit: October 13, 2021, 11:16:38 am by XN »

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: How to increase font size?
« Reply #1 on: October 13, 2021, 02:24:56 pm »
I am afraid, this is some system setting?
I am not aware that codeblocks has an option for changing this...

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: How to increase font size?
« Reply #2 on: October 13, 2021, 02:27:39 pm »
I see, wxWidgets probably has options to set the font size of this, so we need to implement it...
Can you open a Ticket on SF so we do not forget it?

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: How to increase font size?
« Reply #3 on: October 14, 2021, 12:33:48 am »
I have added a option for the header font in
Settigns->Environment->Docking System->Caption font height

This setting will be available in the next nightly build.

About the TreeCtrl font size, i will look into it