From: kuo Date: 2003-12-13T00:37:00+09:00 Subject: Re: [ANN] rbbr-0.5.0 Hi, Sorry, it still doesn't work. I'll keep open eyes on forthcoming solutions, thanks. Best regards, Tk Kuo "Masao Mutoh" in news:20031212020052.47e592b2.mutoh@highway.ne.jp wrote: > > I think it's just only a font configuration problem. > Japanese characters have already shown in my environment. > > Try to replace C:\Program Files\Common Files\GTK\2.0\etc\gtk-2.0\gtkrc > to a sample below. > #Change the path where you installed it by yourself. > > --------------------------------------- > > style "wimp-default" > { > GtkWidget::interior_focus = 1 > GtkOptionMenu::indicator_size = { 9, 5 } > GtkOptionMenu::indicator_spacing = { 7, 5, 2, 2 } > GtkMenuBar::shadow-type = etched-in > GtkToolBar::shadow-type = etched-in > GtkHandleBox::shadow-type = none > GtkSpinButton::shadow-type = in > > GtkTreeView::allow-rules = 0 > GtkTreeView::expander_size = 11 > > engine "wimp" > { > } > } > > class "GtkWidget" style "wimp-default" > > style "user-font" > { > font_name="MingLiU 10" > } > widget_class "*" style "user-font"