| 5001 int ivalue = 0; |
5001 int ivalue = 0; |
| 5002 GdkColor *color = NULL; |
5002 GdkColor *color = NULL; |
| 5003 GObject *obj = G_OBJECT(tag); |
5003 GObject *obj = G_OBJECT(tag); |
| 5004 gboolean empty = TRUE; |
5004 gboolean empty = TRUE; |
| 5005 |
5005 |
| 5006 str += g_snprintf(str, sizeof(buf) - (str - buf), "<font style='"); |
5006 str += g_snprintf(str, sizeof(buf) - (str - buf), "<span style='"); |
| 5007 |
5007 |
| 5008 /* Weight */ |
5008 /* Weight */ |
| 5009 g_object_get(obj, "weight-set", &isset, "weight", &ivalue, NULL); |
5009 g_object_get(obj, "weight-set", &isset, "weight", &ivalue, NULL); |
| 5010 if (isset) { |
5010 if (isset) { |
| 5011 const char *weight = ""; |
5011 const char *weight = ""; |