Import line: | Pango = imports.gi.Pango; |
GIR File: | Pango-1.0.gir |
C documentation: | Pango.Analysis |
Struct : | Analysis |
Properties | Defined By | |
---|---|---|
extra_attrs : Array
|
Pango.Analysis | |
flags : guint8
|
Pango.Analysis | |
font : Pango.Font
|
Pango.Analysis | |
gravity : guint8
|
Pango.Analysis | |
lang_engine : Pango.EngineLang
|
Pango.Analysis | |
language : Pango.Language
|
Pango.Analysis | |
level : guint8
|
Pango.Analysis | |
script : guint8
|
Pango.Analysis | |
shape_engine : Pango.EngineShape
|
Pango.Analysis |
Method / Constructor | Defined By | |
---|---|---|
new Pango.Analysis
()
Create a new Pango.Analysis
Create a new Pango.Analysis
|
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 |
Given a segment of text and the corresponding
PangoAnalysis structure returned from pango_itemize(), convert the characters into glyphs. |
Pango.GlyphString
Method |
index_to_x
(String text, gint32 length, Analysis analysis, gint32 index_, gboolean trailing, gint32 x_pos)
:
none
Converts from character position to x position.
|
Pango.GlyphString
Method |
x_to_index
(String text, gint32 length, Analysis analysis, gint32 x_pos, gint32 index_, gint32 trailing)
:
none
Convert from x offset to character position.
|