TextTagPropertyName
public enum TextTagPropertyName : String, PropertyNameProtocol
Undocumented
-
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 tofalse
the margins override one another (the default).Declaration
Swift
case accumulativeMargin = "accumulative-margin"
-
Undocumented
Declaration
Swift
case background = "background"
-
Undocumented
Declaration
Swift
case backgroundFullHeight = "background-full-height"
-
Undocumented
Declaration
Swift
case backgroundFullHeightSet = "background-full-height-set"
-
Background color as a
GdkColor
.background-gdk is deprecated: Use #GtkTextTag:background-rgba instead.
Declaration
Swift
case backgroundGdk = "background-gdk"
-
Background color as a
GdkRGBA
.Declaration
Swift
case backgroundRGBA = "background-rgba"
-
Undocumented
Declaration
Swift
case backgroundSet = "background-set"
-
Undocumented
Declaration
Swift
case direction = "direction"
-
Undocumented
Declaration
Swift
case editable = "editable"
-
Undocumented
Declaration
Swift
case editableSet = "editable-set"
-
Whether font fallback is enabled.
When set to
true
, other fonts will be substituted where the current font is missing glyphs.Declaration
Swift
case fallback = "fallback"
-
Undocumented
Declaration
Swift
case fallbackSet = "fallback-set"
-
Undocumented
Declaration
Swift
case family = "family"
-
Undocumented
Declaration
Swift
case familySet = "family-set"
-
Font description as string, e.g. \“Sans Italic 12\”.
Note that the initial value of this property depends on the internals of
PangoFontDescription
.Declaration
Swift
case font = "font"
-
Undocumented
Declaration
Swift
case fontDesc = "font-desc"
-
OpenType font features, as a string.
Declaration
Swift
case fontFeatures = "font-features"
-
Undocumented
Declaration
Swift
case fontFeaturesSet = "font-features-set"
-
Undocumented
Declaration
Swift
case foreground = "foreground"
-
Foreground color as a
GdkColor
.foreground-gdk is deprecated: Use #GtkTextTag:foreground-rgba instead.
Declaration
Swift
case foregroundGdk = "foreground-gdk"
-
Foreground color as a
GdkRGBA
.Declaration
Swift
case foregroundRGBA = "foreground-rgba"
-
Undocumented
Declaration
Swift
case foregroundSet = "foreground-set"
-
Undocumented
Declaration
Swift
case indent = "indent"
-
Undocumented
Declaration
Swift
case indentSet = "indent-set"
-
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.
Declaration
Swift
case invisible = "invisible"
-
Undocumented
Declaration
Swift
case invisibleSet = "invisible-set"
-
Undocumented
Declaration
Swift
case justification = "justification"
-
Undocumented
Declaration
Swift
case justificationSet = "justification-set"
-
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
gtk_get_default_language()
.Declaration
Swift
case language = "language"
-
Undocumented
Declaration
Swift
case languageSet = "language-set"
-
Undocumented
Declaration
Swift
case leftMargin = "left-margin"
-
Undocumented
Declaration
Swift
case leftMarginSet = "left-margin-set"
-
Extra spacing between graphemes, in Pango units.
Declaration
Swift
case letterSpacing = "letter-spacing"
-
Undocumented
Declaration
Swift
case letterSpacingSet = "letter-spacing-set"
-
Undocumented
Declaration
Swift
case name = "name"
-
The paragraph background color as a string.
Declaration
Swift
case paragraphBackground = "paragraph-background"
-
The paragraph background color as a
GdkColor
.paragraph-background-gdk is deprecated: Use #GtkTextTag:paragraph-background-rgba instead.
Declaration
Swift
case paragraphBackgroundGdk = "paragraph-background-gdk"
-
The paragraph background color as a
GdkRGBA
.Declaration
Swift
case paragraphBackgroundRGBA = "paragraph-background-rgba"
-
Undocumented
Declaration
Swift
case paragraphBackgroundSet = "paragraph-background-set"
-
Undocumented
Declaration
Swift
case pixelsAboveLines = "pixels-above-lines"
-
Undocumented
Declaration
Swift
case pixelsAboveLinesSet = "pixels-above-lines-set"
-
Undocumented
Declaration
Swift
case pixelsBelowLines = "pixels-below-lines"
-
Undocumented
Declaration
Swift
case pixelsBelowLinesSet = "pixels-below-lines-set"
-
Undocumented
Declaration
Swift
case pixelsInsideWrap = "pixels-inside-wrap"
-
Undocumented
Declaration
Swift
case pixelsInsideWrapSet = "pixels-inside-wrap-set"
-
Undocumented
Declaration
Swift
case rightMargin = "right-margin"
-
Undocumented
Declaration
Swift
case rightMarginSet = "right-margin-set"
-
Undocumented
Declaration
Swift
case rise = "rise"
-
Undocumented
Declaration
Swift
case riseSet = "rise-set"
-
Undocumented
Declaration
Swift
case scale = "scale"
-
Undocumented
Declaration
Swift
case scaleSet = "scale-set"
-
Undocumented
Declaration
Swift
case size = "size"
-
Undocumented
Declaration
Swift
case sizePoints = "size-points"
-
Undocumented
Declaration
Swift
case sizeSet = "size-set"
-
Undocumented
Declaration
Swift
case stretch = "stretch"
-
Undocumented
Declaration
Swift
case stretchSet = "stretch-set"
-
Undocumented
Declaration
Swift
case strikethrough = "strikethrough"
-
This property modifies the color of strikeouts. If not set, strikeouts will use the forground color.
Declaration
Swift
case strikethroughRGBA = "strikethrough-rgba"
-
If the
GtkTextTag:strikethrough-rgba
property has been set.Declaration
Swift
case strikethroughRGBASet = "strikethrough-rgba-set"
-
Undocumented
Declaration
Swift
case strikethroughSet = "strikethrough-set"
-
Undocumented
Declaration
Swift
case style = "style"
-
Undocumented
Declaration
Swift
case styleSet = "style-set"
-
Undocumented
Declaration
Swift
case tabs = "tabs"
-
Undocumented
Declaration
Swift
case tabsSet = "tabs-set"
-
Undocumented
Declaration
Swift
case underline = "underline"
-
This property modifies the color of underlines. If not set, underlines will use the forground color.
If
GtkTextTag:underline
is set toPANGO_UNDERLINE_ERROR
, an alternate color may be applied instead of the foreground. Setting this property will always override those defaults.Declaration
Swift
case underlineRGBA = "underline-rgba"
-
If the
GtkTextTag:underline-rgba
property has been set.Declaration
Swift
case underlineRGBASet = "underline-rgba-set"
-
Undocumented
Declaration
Swift
case underlineSet = "underline-set"
-
Undocumented
Declaration
Swift
case variant = "variant"
-
Undocumented
Declaration
Swift
case variantSet = "variant-set"
-
Undocumented
Declaration
Swift
case weight = "weight"
-
Undocumented
Declaration
Swift
case weightSet = "weight-set"
-
Undocumented
Declaration
Swift
case wrapMode = "wrap-mode"
-
Undocumented
Declaration
Swift
case wrapModeSet = "wrap-mode-set"