Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

gdk::font_load ------> Problem!!!!! HELP !

1 view
Skip to first unread message

Nemopodvodnik

unread,
Dec 5, 2005, 7:31:32 AM12/5/05
to
Hello!

I have some problemm, if i make
$style->font=gdk::font_load("-*-*-medium-o-*-*-12-*-*-*-*-*-*-*");
it is ok.... if i change to
$style->font=gdk::font_load("-*-*-medium-i-*-*-12-*-*-*-*-*-*-*"); i
get some Chineese Letters on my screen ! WHY ????


$style = &new GtkStyle();

//$style->font=gdk::font_load("-*-*-medium-o-*-*-12-*-*-*-*-*-*-*");
//OK !!!

$style->font=gdk::font_load("-*-*-medium-i-*-*-16-*-*-*-*-*-*-*");

$style->fg[GTK_STATE_NORMAL] = gdk::color_parse("$lebelColor");

$text->set_style($style);

Thenke you!

0 new messages