Import line: | Pango = imports.gi.Pango; |
GIR File: | Pango-1.0.gir |
C documentation: | Pango.LogAttr |
Struct : | LogAttr |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
backspace_deletes_character : Number
|
Pango.LogAttr | |
is_char_break : Number
|
Pango.LogAttr | |
is_cursor_position : Number
|
Pango.LogAttr | |
is_expandable_space : Number
|
Pango.LogAttr | |
is_line_break : Number
|
Pango.LogAttr | |
is_mandatory_break : Number
|
Pango.LogAttr | |
is_sentence_boundary : Number
|
Pango.LogAttr | |
is_sentence_end : Number
|
Pango.LogAttr | |
is_sentence_start : Number
|
Pango.LogAttr | |
is_white : Number
|
Pango.LogAttr | |
is_word_boundary : Number
|
Pango.LogAttr | |
is_word_end : Number
|
Pango.LogAttr | |
is_word_start : Number
|
Pango.LogAttr |
Method / Constructor | Defined By | |
---|---|---|
new Pango.LogAttr
()
Create a new Pango.LogAttr
Create a new Pango.LogAttr
|
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Pango
Method |
Determines possible line, word, and character breaks for a string of Unicode text with a single analysis.
|
Pango
Method |
Pango.get_log_attrs
(String text, Number length, Number level, Language language, LogAttr log_attrs, Number attrs_len)
:
none
Computes a PangoLogAttr for each character in text.
|
Pango.GlyphItem
Method |
Adds spacing between the graphemes of glyph_item to give the effect of typographic letter spacing.
|
Pango.Layout
Method |
Retrieves an array of logical attributes for each character in the layout.
|