No titles on any tabs, a bug?

CodeLite installation/troubleshooting forum
holyblackcat
CodeLite Curious
Posts: 4
Joined: Sat Jun 02, 2018 3:07 am
Genuine User: Yes
IDE Question: C++
Contact:

No titles on any tabs, a bug?

Post by holyblackcat »

I've just installed CodeLite for the first time (last weekly build), and got this:
1.png
Any ideas?

I'm on Windows 7 x64. Tell me if any other information is needed.
You do not have the required permissions to view the files attached to this post.
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: No titles on any tabs, a bug?

Post by eranif »

This means that your default GUI font for your windows can't be drawn by wxWidgets's wxDC classes
You fix this by changing your default Windows GUI font (you changed it already in the past, since this is not the Windows default font)
Make sure you have read the HOW TO POST thread
holyblackcat
CodeLite Curious
Posts: 4
Joined: Sat Jun 02, 2018 3:07 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: No titles on any tabs, a bug?

Post by holyblackcat »

Thanks a lot, changing GUI font worked.

I'm not entirely sure what's the problem with 'MS Sans Serif' I was using before. It's one of the builtin fonts, so I doubt it could be broken.
Maybe it has something to do with the font being raster instead of vector; I tried some other raster fonts and wxDC refused to render most of them.
Post Reply