#GtkTextAppearance for text.
Background is fit to full line height rather than baseline +/- ascent/descent (font height).
#GtkTextDirection for text.
Can edit this text.
#PangoFontDescription for text.
Font scale factor.
Amount to indent the paragraph, in pixels.
Hide the text.
#GtkJustification for text.
#PangoLanguage for text.
Width of the left margin in pixels.
Extra space to insert between graphemes, in Pango units
Whether to disable font fallback.
Pixels of blank space above paragraphs.
Pixels of blank space below paragraphs.
Pixels of blank space between wrapped lines in a paragraph.
Width of the right margin in pixels.
Custom #PangoTabArray for this text.
#GtkWrapMode for text.
Using #GtkTextAttributes directly should rarely be necessary. It’s primarily useful with gtk.text_iter.TextIter.getAttributes. As with most GTK+ structs, the fields in this struct should only be read, never modified directly.