Re: Changing fontsize of a label



Giuliano Montecarlo wrote:
Hi,
how can I change the fontsize of a label? And how can I make it bold?
You can do it in several ways, one of the easiest is to use special markup language:
http://developer.gnome.org/doc/API/2.0/pango/PangoMarkupFormat.html

There's a function you have to use to apply markup to label:
http://developer.gnome.org/doc/API/2.0/gtk/GtkLabel.html#gtk-label-set-markup

        Olexiy



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