Whether breaks are allowed.
Background color as a string.
Whether the background color fills the entire line height or only the height of the tagged characters.
Background color as a GdkRGBA
.
Text direction, e.g. right-to-left or left-to-right.
Whether the text can be modified by the user.
Whether font fallback is enabled.
When set to %TRUE, other fonts will be substituted where the current font is missing glyphs.
Name of the font family, e.g. Sans, Helvetica, Times, Monospace.
Font description as string, e.g. "Sans Italic 12".
Note that the initial value of this property depends on
the internals of PangoFontDescription
.
Font description as a PangoFontDescription
.
OpenType font features, as a string.
Foreground color as a string.
Foreground color as a GdkRGBA
.
Amount to indent the paragraph, in pixels.
Whether to insert hyphens at breaks.
Whether this text is hidden.
Note that there may still be problems with the support for invisible text, in particular when navigating programmatically inside a buffer containing invisible segments.
Left, right, or center justification.
The language this text is in, as an ISO code.
Pango can use this as a hint when rendering the text. If not set, an appropriate default will be used.
Note that the initial value of this property depends
on the current locale, see also [funcGtk
.get_default_language].
Width of the left margin in pixels.
Extra spacing between graphemes, in Pango units.
The name used to refer to the tag.
%NULL for anonymous tags.
Style of overline for this text.
This property modifies the color of overlines.
If not set, overlines will use the foreground color.
The paragraph background color as a string.
The paragraph background color as a GdkRGBA
.
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.
Offset of text above the baseline, in Pango units.
Negative values go below the baseline.
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_X_LARGE.
Whether this tag represents a single sentence.
This affects cursor movement.
How to render invisible characters.
Font size in Pango units.
Font size in points.
Font stretch as a PangoStretch
, e.g. %PANGO_STRETCH_CONDENSED.
Whether to strike through the text.
This property modifies the color of strikeouts.
If not set, strikeouts will use the foreground color.
If the strikethrough-rgba
property has been set.
Font style as a PangoStyle
, e.g. %PANGO_STYLE_ITALIC.
Custom tabs for this text.
How to transform the text for display.
Style of underline for this text.
This property modifies the color of underlines.
If not set, underlines will use the foreground color.
If [propertyGtk
.TextTag:underline] is set to %PANGO_UNDERLINE_ERROR,
an alternate color may be applied instead of the foreground. Setting
this property will always override those defaults.
If the underline-rgba
property has been set.
Font variant as a PangoVariant
, e.g. %PANGO_VARIANT_SMALL_CAPS.
Font weight as an integer.
Whether this tag represents a single word.
This affects line breaks and cursor movement.
Whether to wrap lines never, at word boundaries, or at character boundaries.
Whether the margins accumulate or override each other.
When set to %TRUE the margins of this tag are added to the margins of any other non-accumulative margins present. When set to %FALSE the margins override one another (the default).