| Import line: | Pango = imports.gi.Pango; |
| GIR File: | Pango-1.0.gir |
| C documentation: | Pango.LogAttr |
| Struct : | LogAttr |
| Properties | Defined By | |
|---|---|---|
|
backspace_deletes_character : guint32
|
Pango.LogAttr | |
|
is_char_break : guint32
|
Pango.LogAttr | |
|
is_cursor_position : guint32
|
Pango.LogAttr | |
|
is_expandable_space : guint32
|
Pango.LogAttr | |
|
is_line_break : guint32
|
Pango.LogAttr | |
|
is_mandatory_break : guint32
|
Pango.LogAttr | |
|
is_sentence_boundary : guint32
|
Pango.LogAttr | |
|
is_sentence_end : guint32
|
Pango.LogAttr | |
|
is_sentence_start : guint32
|
Pango.LogAttr | |
|
is_white : guint32
|
Pango.LogAttr | |
|
is_word_boundary : guint32
|
Pango.LogAttr | |
|
is_word_end : guint32
|
Pango.LogAttr | |
|
is_word_start : guint32
|
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, gint32 length, gint32 level, Language language, LogAttr log_attrs, gint32 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. |