"text" | Read/Write | Text to render |
"markup" | Read/Write | Marked up text to render |
"attributes" | Read/Write | A list of style attributes to apply to the text of the
renderer. |
"background" | Write | Background color as a string |
"foreground" | Write | Foreground color as a string |
"background-gdk" | Read/Write | Background color as a gtk.gdk.Color |
"foreground-gdk" | Read/Write | Foreground color as a gtk.gdk.Color |
"font" | Read/Write | Font description as a string |
"font-desc" | Read/Write | Font description as a pango.FontDescription |
"family" | Read/Write | Name of the font family, e.g. Sans, Helvetica, Times,
Monospace |
"style" | Read/Write | Font style |
"variant" | Read/Write | Font variant |
"weight" | Read/Write | Font weight |
"stretch" | Read/Write | Font stretch |
"size" | Read/Write | Font size |
"size-points" | Read/Write | Font size in points |
"scale" | Read/Write | Font scaling factor |
"editable" | Read/Write | If TRUE the text can be modified by the
user |
"strikethrough" | Read/Write | If TRUE strike through the text |
"underline" | Read/Write | Style of underline for this text |
"rise" | Read/Write | Offset of text above the baseline (below the baseline if
rise is negative) |
"language" | Read/Write | The language this text is in, as an ISO code. Pango can use
this as a hint when rendering the text. If you don't understand this parameter,
you probably don't need it. GTK+ 2.4 and above. |
"single-paragraph-mode" | Read/Write | If TRUE, keep all text in a single
paragraph. GTK+ 2.4 and above. |
"background-set" | Read/Write | If TRUE this tag affects the background
color |
"foreground-set" | Read/Write | If TRUE this tag affects the foreground
color |
"family-set" | Read/Write | If TRUE this tag affects the font
family |
"style-set" | Read/Write | If TRUE this tag affects the font
style |
"variant-set" | Read/Write | If TRUE this tag affects the font
variant |
"weight-set" | Read/Write | If TRUE this tag affects the font
weight |
"stretch-set" | Read/Write | If TRUE this tag affects the font
stretch |
"size-set" | Read/Write | If TRUE this tag affects the font
size |
"scale-set" | Read/Write | If TRUE this tag scales the font |
"editable-set" | Read/Write | If TRUE this tag affects the text
editability |
"strikethrough-set" | Read/Write | If TRUE this tag affects the
strikethrough |
"underline-set" | Read/Write | If TRUE this tag affects the text
underlining |
"rise-set" | Read/Write | If TRUE this tag affects the
rise |
"language-set" | Read/Write | If TRUE this tag affects the
language used to render the text. GTK+ 2.4 and above. |