Creates a #GtkTextAttributes, which describes a set of properties on some text.
#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.
Copies src
and returns a new #GtkTextAttributes.
Copies the values from src
to dest
so that dest
has
the same values as src
. Frees existing values in dest
.
another #GtkTextAttributes
Increments the reference count on values
.
Decrements the reference count on values,
freeing the structure
if the reference count reaches 0.
Creates a #GtkTextAttributes, which describes a set of properties on some text.
Using #GtkTextAttributes directly should rarely be necessary. It’s primarily useful with gtk_text_iter_get_attributes(). As with most GTK+ structs, the fields in this struct should only be read, never modified directly.