- [gtkmm] change font size of a widget
- Posted by Steffen Brinkmann on July 22nd, 2003
Hi!
I'm trying all night to change the font size of a Gtk::Statusbar (or any
other Widget.
<cite>
Pango::FontDescription font=mywidget->get_style()->get_font();
font.set_size(6*Pango::SCALE);
Glib::RefPtr<Gtk::RcStyle> style=Gtk::RcStyle::create();
style->set_font(font);
my->modify_style(style);
Similar Posts
- Font Size (Basics) by WaJo
- Increase font size in the spell checker 'Change To' box (Help and Support) by peter oleson
- Re: Font size for the net (Computers & Technology) by pcbutts1
- Re: Help with font size (Computers & Technology) by ±
- Change font size on browser for ALL fonts on ALL web pages? T42p too microscopic! (Laptops/Notebooks) by Homer Sampson

