Gjsify LogoGjsify Logo

Hierarchy

Index

Properties

accumulative_margin?: boolean

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).

background?: string
background_full_height?: boolean
background_full_height_set?: boolean
background_gdk?: Gdk.Color

Background color as a #GdkColor.

background_rgba?: Gdk.RGBA

Background color as a #GdkRGBA.

background_set?: boolean
direction?: Gtk.TextDirection
editable?: boolean
editable_set?: boolean
fallback?: boolean

Whether font fallback is enabled.

When set to %TRUE, other fonts will be substituted where the current font is missing glyphs.

fallback_set?: boolean
family?: string
family_set?: boolean
font?: string

Font description as string, e.g. "Sans Italic 12".

Note that the initial value of this property depends on the internals of #PangoFontDescription.

font_desc?: FontDescription
font_features?: string

OpenType font features, as a string.

font_features_set?: boolean
foreground?: string
foreground_gdk?: Gdk.Color

Foreground color as a #GdkColor.

foreground_rgba?: Gdk.RGBA

Foreground color as a #GdkRGBA.

foreground_set?: boolean
indent?: number
indent_set?: boolean
invisible?: boolean

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.

invisible_set?: boolean
justification?: Gtk.Justification
justification_set?: boolean
language?: string

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().

language_set?: boolean
left_margin?: number
left_margin_set?: boolean
letter_spacing?: number

Extra spacing between graphemes, in Pango units.

letter_spacing_set?: boolean
name?: string
paragraph_background?: string

The paragraph background color as a string.

paragraph_background_gdk?: Gdk.Color

The paragraph background color as a #GdkColor.

paragraph_background_rgba?: Gdk.RGBA

The paragraph background color as a #GdkRGBA.

paragraph_background_set?: boolean
pixels_above_lines?: number
pixels_above_lines_set?: boolean
pixels_below_lines?: number
pixels_below_lines_set?: boolean
pixels_inside_wrap?: number
pixels_inside_wrap_set?: boolean
right_margin?: number
right_margin_set?: boolean
rise?: number
rise_set?: boolean
scale?: number
scale_set?: boolean
size?: number
size_points?: number
size_set?: boolean
stretch?: Stretch
stretch_set?: boolean
strikethrough?: boolean
strikethrough_rgba?: Gdk.RGBA

This property modifies the color of strikeouts. If not set, strikeouts will use the forground color.

strikethrough_rgba_set?: boolean

If the #GtkTextTag:strikethrough-rgba property has been set.

strikethrough_set?: boolean
style?: Pango.Style
style_set?: boolean
tabs?: TabArray
tabs_set?: boolean
underline?: Underline
underline_rgba?: Gdk.RGBA

This property modifies the color of underlines. If not set, underlines will use the forground color.

If #GtkTextTag: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.

underline_rgba_set?: boolean

If the #GtkTextTag:underline-rgba property has been set.

underline_set?: boolean
variant?: Pango.Variant
variant_set?: boolean
weight?: number
weight_set?: boolean
wrap_mode?: Gtk.WrapMode
wrap_mode_set?: boolean

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method