ruby-****@sourc*****
ruby-****@sourc*****
2009年 2月 5日 (木) 01:54:04 JST
------------------------- REMOTE_ADDR = 74.15.84.244 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-txtw-textview ------------------------- @@ -139,7 +139,9 @@ "and see for yourself:\n" + "123456789012345678901234567890\n" - font = Pango::FontDescription.new("Monospace Bold 10") + # For font styles "Italic", "Bold", "Bold Italic" and + # "Regular", currently all but "Regular" does not work. + font = Pango::FontDescription.new("Monospace Italic 8") textview.modify_font(font) make_tab_array(textview, 15, font)