in reply to Gtk2-Perl issue with fonts
my $font = Gtk2::Pango::FontDescription->from_string('Tahoma 10'); $view->modify_font($font); [download]