| "attributes" (PangoAttrList : Read / Write) | A list of style attributes to apply to the text of the renderer. | 
| "background" (gchararray : Write) | Background color as a string. | 
| "background-gdk" (GdkColor : Read / Write) | Background color as a GdkColor. | 
| "background-set" (gboolean : Read / Write) | Whether this tag affects the background color. | 
| "editable" (gboolean : Read / Write) | Whether the text can be modified by the user. | 
| "editable-set" (gboolean : Read / Write) | Whether this tag affects text editability. | 
| "family" (gchararray : Read / Write) | Name of the font family, e.g. Sans, Helvetica, Times, Monospace. | 
| "family-set" (gboolean : Read / Write) | Whether this tag affects the font family. | 
| "font" (gchararray : Read / Write) | Font description as a string. | 
| "font-desc" (PangoFontDescription : Read / Write) | Font description as a PangoFontDescription struct. | 
| "foreground" (gchararray : Write) | Foreground color as a string. | 
| "foreground-gdk" (GdkColor : Read / Write) | Foreground color as a GdkColor. | 
| "foreground-set" (gboolean : Read / Write) | Whether this tag affects the foreground color. | 
| "markup" (gchararray : Write) | Marked up text to render. | 
| "rise" (gint : Read / Write) | Offset of text above the baseline (below the baseline if rise is negative). | 
| "rise-set" (gboolean : Read / Write) | Whether this tag affects the rise. | 
| "scale" (gdouble : Read / Write) | Font scaling factor. | 
| "scale-set" (gboolean : Read / Write) | Whether this tag scales the font size by a factor. | 
| "size" (gint : Read / Write) | Font size. | 
| "size-points" (gdouble : Read / Write) | Font size in points. | 
| "size-set" (gboolean : Read / Write) | Whether this tag affects the font size. | 
| "stretch" (PangoStretch : Read / Write) | Font stretch. | 
| "stretch-set" (gboolean : Read / Write) | Whether this tag affects the font stretch. | 
| "strikethrough" (gboolean : Read / Write) | Whether to strike through the text. | 
| "strikethrough-set" (gboolean : Read / Write) | Whether this tag affects strikethrough. | 
| "style" (PangoStyle : Read / Write) | Font style. | 
| "style-set" (gboolean : Read / Write) | Whether this tag affects the font style. | 
| "text" (gchararray : Read / Write) | Text to render. | 
| "underline" (PangoUnderline : Read / Write) | Style of underline for this text. | 
| "underline-set" (gboolean : Read / Write) | Whether this tag affects underlining. | 
| "variant" (PangoVariant : Read / Write) | Font variant. | 
| "variant-set" (gboolean : Read / Write) | Whether this tag affects the font variant. | 
| "weight" (gint : Read / Write) | Font weight. | 
| "weight-set" (gboolean : Read / Write) | Whether this tag affects the font weight. |