[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: gtklabel font size change?



Hi,

On Sat, 2003-01-25 at 10:33, Markus Wolters wrote:
> Could 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@hadess.net>



Reply to: