[Glade-users] how to change font label
Damon Chaplin
damon@karuna.uklinux.net
Wed, 02 Feb 2005 11:37:05 +0000
On Sat, 2005-01-29 at 14:30, Hariyanto Handoko wrote:
> I am using Glade 1.1.3, I cannot be able to change the
> text size on labels
> Is there on option on the Glade panels to change text
> or font size?
You can set the label's "Use Markup" property to TRUE, then enter markup
into the "Label" property like this:
<span size="x-large">Some large text</span>
For a description of markup see:
http://developer.gnome.org/doc/API/2.0/pango/PangoMarkupFormat.html
Damon