| "background" | Write | The background color as a string | 
| "background-full-height" | Read-Write | If True, the background color fills
the entire line height | 
| "background-full-height-set" | Read-Write | If True, this tag affects background
height | 
| "background-gdk" | Read-Write | The background color as a (possibly unallocated) gtk.gdk.Color | 
| "background-set" | Read-Write | If True, this tag affects the
background color | 
| "background-stipple" | Read-Write | The bitmap to use as a mask when drawing the text
background | 
| "background-stipple-set" | Read-Write | If True, this tag affects the
background stipple | 
| "direction" | Read-Write | The text direction: gtk.TEXT_DIR_NONE,gtk.TEXT_DIR_LTRorgtk.TEXT_DIR_RTL | 
| "editable" | Read-Write | It Truethe text can be modified by
the user | 
| "editable-set" | Read-Write | If True, this tag affects text
editability | 
| "family" | Read-Write | The name of the font family, e.g. Sans, Helvetica,
Times, Monospace | 
| "family-set" | Read-Write | If True, this tag affects the font
family | 
| "font" | Read-Write | The font description as a string, e.g. "Sans Italic
12" | 
| "font-desc" | Read-Write | The font description as a pango.FontDescription
object | 
| "foreground" | Write | The foreground color as a string | 
| "foreground-gdk" | Read-Write | The foreground color as a (possibly unallocated) gtk.gdk.Color | 
| "foreground-set" | Read-Write | If True, this tag affects the
foreground color | 
| "foreground-stipple" | Read-Write | The bitmap to use as a mask when drawing the text
foreground | 
| "foreground-stipple-set" | Read-Write | If True, this tag affects the
foreground stipple | 
| "indent" | Read-Write | The amount to indent the paragraph, in pixels | 
| "indent-set" | Read-Write | If True, this tag affects
indentation | 
| "invisible" | Read-Write | If True, this text is hidden | 
| "invisible-set" | Read-Write | If True, this tag affects text
visibility | 
| "justification" | Read-Write | The text justification: gtk.JUSTIFY_LEFT,gtk.JUSTIFY_RIGHT,gtk.JUSTIFY_CENTERorgtk.JUSTIFY_FILL | 
| "justification-set" | Read-Write | If True, this tag affects paragraph
justification | 
| "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. | 
| "language-set" | Read-Write | If True, this tag affects the
language the text is rendered as | 
| "left-margin" | Read-Write | The width of the left margin in pixels | 
| "left-margin-set" | Read-Write | If True, this tag affects the left
margin | 
| "name" | Read-Write | The name of the texttag or Noneif
anonymous | 
| "paragraph-background" | Write | The paragraph background color as a string.  This
              property is available in GTK+ 2.8 and above. | 
| "paragraph-background-gdk" | Read-Write | The paragraph background color as a as a (possibly
              unallocated) gtk.gdk.Color.
              This property is available in GTK+ 2.8 and above. | 
| "paragraph-background-set" | Read-Write | if Truethis tag affects the
              paragraph background color | 
| "pixels-above-lines" | Read-Write | The number of pixels of blank space above
paragraphs | 
| "pixels-above-lines-set" | Read-Write | If True, this tag affects the number
of pixels above lines | 
| "pixels-below-lines" | Read-Write | The number of pixels of blank space below
paragraphs | 
| "pixels-below-lines-set" | Read-Write | If True, this tag affects the number
of pixels above lines | 
| "pixels-inside-wrap" | Read-Write | The number of pixels of blank space between wrapped
lines in a paragraph | 
| "pixels-inside-wrap-set" | Read-Write | If True, this tag affects the number
of pixels between wrapped lines | 
| "right-margin" | Read-Write | The width of the right margin in pixels | 
| "right-margin-set" | Read-Write | If True, this tag affects the right
margin | 
| "rise" | Read-Write | The offset of text above the baseline (below the
baseline if rise is negative) in pixels | 
| "rise-set" | Read-Write | If True, this tag affects the
rise | 
| "scale" | Read-Write | The font size as a scale factor relative to the default
font size. This properly adapts to theme changes etc. so is recommended.
Pango predefines some scales such as pango.SCALE_XX_SMALL,pango.SCALE_X_SMALL,pango.SCALE_SMALL,pango.SCALE_MEDIUM,pango.SCALE_LARGE,pango.SCALE_X_LARGE,pango.SCALE_XX_LARGE. | 
| "scale-set" | Read-Write | If True, this tag scales the font
size by a factor | 
| "size" | Read-Write | The font size in Pango units. | 
| "size-points" | Read-Write | The font size in points | 
| "size-set" | Read-Write | If True, this tag affects the font
size | 
| "stretch" | Read-Write | The font stretch - one of: pango.STRETCH_ULTRA_CONDENSED,pango.STRETCH_EXTRA_CONDENSED,pango.STRETCH_CONDENSED,pango.STRETCH_SEMI_CONDENSED,pango.STRETCH_NORMAL,pango.STRETCH_SEMI_EXPANDED,pango.STRETCH_EXPANDED,pango.STRETCH_EXTRA_EXPANDED,pango.STRETCH_ULTRA_EXPANDED | 
| "stretch-set" | Read-Write | If True, this tag affects the font
stretch | 
| "strikethrough" | Read-Write | If True, strike through the
text | 
| "strikethrough-set" | Read-Write | If True, this tag affects
strikethrough | 
| "style" | Read-Write | The font style - one of: pango.STYLE_NORMAL,pango.STYLE_OBLIQUEorpango.STYLE_ITALIC. | 
| "style-set" | Read-Write | If True, this tag affects the font
style | 
| "tabs" | Read-Write | The custom tabs for this text | 
| "tabs-set" | Read-Write | If True, this tag affects
tabs | 
| "underline" | Read-Write | The style of underline for this text: pango.UNDERLINE_NONE,pango.UNDERLINE_SINGLE,pango.UNDERLINE_DOUBLEorpango.UNDERLINE_LOW | 
| "underline-set" | Read-Write | If True, this tag affects
underlining | 
| "variant" | Read-Write | The font variant - either pango.VARIANT_NORMALorpango.VARIANT_SMALL_CAPS. | 
| "variant-set" | Read-Write | If True, this tag affects the font
variant | 
| "weight" | Read-Write | The font weight as an integer: pango.WEIGHT_ULTRALIGHT= 200,pango.WEIGHT_LIGHT= 300,pango.WEIGHT_NORMAL= 400,pango.WEIGHT_BOLD= 700,pango.WEIGHT_ULTRABOLD= 800,pango.WEIGHT_HEAVY= 900. | 
| "weight-set" | Read-Write | If True, this tag affects the font
weight | 
| "wrap-mode" | Read-Write | The wrap mode of the text: gtk.WRAP_NONE,gtk.WRAP_CHARorgtk.WRAP_WORD | 
| "wrap-mode-set" | Read-Write | If True, this tag affects line wrap
mode |