Hi
I am trying to change font in gtk# textview control. It works fine under
normal circumstances but when I add the font settings like below
Pango.FontDescription font = new Pango.FontDescription();
font.Size = 14;
font.Family = "Serif";
view.ModifyFont(font);
I get a very tiny miny cursor on build and nothing else which I can do. No
typing, no display of words/chars I tried to change the size even but
nothing. Even view.Buffer.Text = xxxx didn't worked and no text appeared.
In gtk+ and pygtk docs the font changing method is written the way as
here<http://inti.sourceforge.net/tutorial/libinti/textwidget.html>.
Any ideas to do this in gtk#?
Regards
--
Muhammad Shakir Aziz محمد شاکر عزیز
_______________________________________________
Gtk-sharp-list maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list