|
|
Home » U++ TheIDE » U++ TheIDE: Installation, Compiling and Running of theide » Look of the IDE on kubuntu 6.10
Look of the IDE on kubuntu 6.10 [message #7975] |
Fri, 02 February 2007 02:17  |
mr_ped
Messages: 826 Registered: November 2005 Location: Czech Republic - Praha
|
Experienced Contributor |
|
|
Help please with the look of the IDE.
I downloaded the upp_2007.1-beta3_i386.deb and installed it on kubuntu 6.10 (just needed installation of some more packages from dependencies, worked without any problem).
I'm adding screenshot how it *LOOKS*.
I can't use such thin fonts, also I would love +2 size (ok, maybe I should get finally glasses again, but for now...).
No other application so far had this look, and I don't see any way how to configure it inside upp.
Any chance to change the font of menus to something usable?
Those fonts are so thin, that the subpixel font rendering doesn't work correctly and I see colorful characters instead of normal black ones.
(I have this problem with Firefox too, but there's certainly not as visible, and it's due to their own font rendering engine embedded in Firefox binaries)
The font settings for editor looks rich enough to set it up to my liking, no problem there.
I can try it again under Gnome later, because I had both managers installed, but under Gnome I have some stability issues and I got already used to KDE since than.
edit: change of GUI theme doesn't help. Background of menus does change to something weird, but the fonts remain absolutely the same.
-
Attachment: uppide.png
(Size: 135.23KB, Downloaded 749 times)
[Updated on: Fri, 02 February 2007 02:23] Report message to a moderator
|
|
|
|
|
|
|
|
Re: Look of the IDE on kubuntu 6.10 [message #7985 is a reply to message #7982] |
Fri, 02 February 2007 17:58   |
guido
Messages: 169 Registered: April 2006
|
Experienced Member |
|
|
luzr wrote on Fri, 02 February 2007 12:30 | Please try this:
Draw/DrawTextXft.cpp line 186 and 196
XFT_WEIGHT, XftTypeInteger, int(font.IsBold() ? 200 : 0),
to
XFT_WEIGHT, XftTypeInteger, int(font.IsBold() ? 200 : 100),
Mirek
|
A lot better, but still clearly distinct from gtk apps.
Thicker, slighly more blurry.
Guido
|
|
|
Re: Look of the IDE on kubuntu 6.10 [message #7986 is a reply to message #7985] |
Fri, 02 February 2007 18:21   |
 |
mirek
Messages: 14255 Registered: November 2005
|
Ultimate Member |
|
|
Ok, there is another fix to consider:
Comment out section of code at line 114:
/* static const char *replacements[] = {
"Bitstream Vera Sans",
"Times New Roman;Bitstream Vera Serif",
"Bitstream Vera Sans;Arial",
"Courier New;Bitstream Vera Sans Mono",
"Times New Roman;Bitstream Vera Serif",
"Arial;Bitstream Vera Sans",
"Courier New;Bitstream Vera Sans Mono",
};
for(int i = 0; i < 7; i++) {
Vector<String> f = Split(replacements[i], ';');
for(int q = 0; q < f.GetCount(); q++)
if(XFTFontFace().Find(f[q]) >= 0) {
basic_fonts[i] = PermanentCopy(f[q]);
XFTFontFace()[i].compose = sCheckComposed(basic_fonts[i]);
break;
}
}*/
Mirek
|
|
|
Re: Look of the IDE on kubuntu 6.10 [message #7987 is a reply to message #7986] |
Fri, 02 February 2007 19:07   |
guido
Messages: 169 Registered: April 2006
|
Experienced Member |
|
|
luzr wrote on Fri, 02 February 2007 18:21 | Ok, there is another fix to consider:
Comment out section of code at line 114:
/* static const char *replacements[] = {
"Bitstream Vera Sans",
"Times New Roman;Bitstream Vera Serif",
"Bitstream Vera Sans;Arial",
"Courier New;Bitstream Vera Sans Mono",
"Times New Roman;Bitstream Vera Serif",
"Arial;Bitstream Vera Sans",
"Courier New;Bitstream Vera Sans Mono",
};
for(int i = 0; i < 7; i++) {
Vector<String> f = Split(replacements[i], ';');
for(int q = 0; q < f.GetCount(); q++)
if(XFTFontFace().Find(f[q]) >= 0) {
basic_fonts[i] = PermanentCopy(f[q]);
XFTFontFace()[i].compose = sCheckComposed(basic_fonts[i]);
break;
}
}*/
Mirek
|
No difference.
It was using the right font already.
It's the antialising mode that it doesn't pick up from system settings.
Guido
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Goto Forum:
Current Time: Sat Apr 26 14:21:08 CEST 2025
Total time taken to generate the page: 0.00806 seconds
|
|
|