2012/5/20 Andre Klapper <[email protected]>: > On Sat, 2012-05-19 at 19:16 +0200, Piotr Drąg wrote: >> Another question: is there a way to replace such tags as <big> and >> <small> in GtkBuilder's XML? I've seen only examples of <b> and <i> so >> far. > > Replace by what? >
Replace by an attribute. For example, <b> in a string can be replaced by this code: <attributes> <attribute name="weight" value="bold"/> </attributes> Since my last email I have found examples of font size attributes, like this one: <attributes> <attribute name="size" value="10000"/> </attributes> But value is different in almost every case, so I don't know how reliable this is. -- Piotr Drąg http://raven.fedorapeople.org/ _______________________________________________ desktop-devel-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/desktop-devel-list
