ruby-****@sourc*****
ruby-****@sourc*****
2009年 2月 5日 (木) 02:01:15 JST
------------------------- REMOTE_ADDR = 74.15.84.244 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-txtw-textview ------------------------- @@ -140,7 +140,10 @@ "123456789012345678901234567890\n" # For font styles "Italic", "Bold", "Bold Italic" and - # "Regular" currently, all but "Regular" does not work. + # "Regular" currently, all except "Regular" work fine. + # However, this is really not a Ruby but general version + # "C" GTK+ problem! + font = Pango::FontDescription.new("Monospace Italic 8") textview.modify_font(font) make_tab_array(textview, 15, font)