Hi,
Post by Markus WoltersCould anyone tell my how to change the font size of my labels?
This mailing-list isn't for developer help on Gtk+, it's for Debian
developers packaging Gtk+/Gnome applications.
You'll be able to change the size of a font with Gtk+ 2.x like so:
GtkWidget *label;
label = gtk_label_new ("<span size=\"100\">Fooo</span>");
gtk_label_set_use_markup (GTK_LABEL (label));
See the pango documentation for more info. And ask your question on
gtk-app-devel-list (see http://lists.gnome.org)
Cheers
--
Bastien Nocera <***@hadess.net>