News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

How to increase font size?

Started by XN, October 13, 2021, 11:13:05 AM

Previous topic - Next topic

XN

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. 


BlueHazzard

I am afraid, this is some system setting?
I am not aware that codeblocks has an option for changing this...

BlueHazzard

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?

BlueHazzard

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