GtkTextAttributes

Undocumented in source.

Members

Variables

appearance
GtkTextAppearance appearance;

GtkTextAppearance for text.

direction
GtkTextDirection direction;

GtkTextDirection for text.

font
PangoFontDescription* font;

PangoFontDescription for text.

fontScale
double fontScale;

Font scale factor.

indent
int indent;

Amount to indent the paragraph, in pixels.

justification
GtkJustification justification;

GtkJustification for text.

language
PangoLanguage* language;

PangoLanguage for text.

leftMargin
int leftMargin;

Width of the left margin in pixels.

letterSpacing
int letterSpacing;

Extra space to insert between graphemes, in Pango units

pixelsAboveLines
int pixelsAboveLines;

Pixels of blank space above paragraphs.

pixelsBelowLines
int pixelsBelowLines;

Pixels of blank space below paragraphs.

pixelsInsideWrap
int pixelsInsideWrap;

Pixels of blank space between wrapped lines in a paragraph.

rightMargin
int rightMargin;

Width of the right margin in pixels.

tabs
PangoTabArray* tabs;

Custom PangoTabArray for this text.

wrapMode
GtkWrapMode wrapMode;

GtkWrapMode for text.