LINUX.ORG.RU

GTK-2 и шрифты — нестандартная проблема


0

0

Вобщем видем такое:


http://img444.imageshack.us/my.php?image=bla9ef.png


В ~/.gtk-2.0 прописано все как надо:

include "/home/vfree/.themes/CDE/gtk-2.0/gtkrc"

style "user-font"
{
font_name="Sans 11"
}
widget_class "*" style "user-font"


Но видимо в widget_class не понятие об оч. мелком шрифте, который виден на скрине.


Что делать не знаю. GTK-1 тема нормально настроена.

он маленький, т.к. не указан моноширный шрифт - именно такой он в поле для текста

Pi ★★★★★
()
Ответ на: комментарий от Pi

А можно по-подробней? Просто если указать скажем terminus или fixed, то все также и остается.

gh0stwizard ★★★★★
() автор топика

есть такое, фиксится так:

[ale in Heroes3(ale) {19:06}]$ cat ~/.freeciv.rc-2.0

style "city_label"

{

font_name = "Monospace 18"

}

style "notify_label"

{

font_name = "Monospace Bold 18"

}

style "spaceship_label"

{

font_name = "Monospace 18"

}

style "help_label"

{

font_name = "Sans Bold 18"

fg[PRELIGHT] = "red"

fg[ACTIVE] = "red"

fg[NORMAL] = "red"

fg[INSENSITIVE] = "red"

}

style "help_link"

{

font_name = "Sans 18"

fg[PRELIGHT] = "blue"

fg[ACTIVE] = "blue"

fg[NORMAL] = "blue"

fg[INSENSITIVE] = "blue"

}

style "help_text"

{

font_name = "LucidaTypewriter,Monospace 18"

bg[NORMAL] = { 0.9, 0.9, 0.9 }

base[NORMAL] = { 0.9, 0.9, 0.9 }

text[NORMAL] = "black" }

style "chatline"

{

font_name = "LucidaTypewrite,Monospace 18"

base[NORMAL] = "white"

text[NORMAL] = "black"

base[INSENSITIVE] = "white"

text[INSENSITIVE] = "black"

}

style "beta_label"

{

font_name = "Sans Italic 18"

fg[NORMAL] = "red"

fg[PRELIGHT] = "red"

}

style "small_font"

{

font_name = "Sans 18"

}

style "comment_label"

{

font_name = "Sans Italic 18"

}

style "city_names_font"

{

font_name = "Sans Bold 18"

}

style "city_productions_font"

{

font_name = "Serif 18"

}

style "tooltips"

{

font_name = "LucidaTypewrite,Monospace 18"

}

widget "Freeciv*.city label" style "city_label"

widget "Freeciv*.notify label" style "notify_label"

widget "Freeciv*.spaceship label" style "spaceship_label"

widget "Freeciv*.help label" style "help_label"

widget "Freeciv*.help link" style "help_link"

widget "Freeciv*.help text" style "help_text"

widget "Freeciv*.chatline" style "chatline"

widget "Freeciv*.beta label" style "beta_label"

widget "Freeciv*.small font" style "small_font"

widget "Freeciv*.comment label" style "comment_label"

widget "Freeciv*.city names" style "city_names_font"

widget "Freeciv*.city productions" style "city_productions_font"

widget "gtk-tooltips*.*" style "tooltips"

ale ★★
()
Ответ на: комментарий от ale

Спасибо огромное! Тока вот 18 размер это слишком много ИМХО =))

gh0stwizard ★★★★★
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.