Code::Blocks Forums

User forums => Help => Topic started by: XN on October 13, 2021, 11:13:05 am

Title: How to increase font size?
Post by: XN 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. 

(https://i.ibb.co/xHF4RpP/dpi.png)
Title: Re: How to increase font size?
Post by: BlueHazzard 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...
Title: Re: How to increase font size?
Post by: BlueHazzard 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?
Title: Re: How to increase font size?
Post by: BlueHazzard 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