Import line: | Pango = imports.gi.Pango; |
GIR File: | Pango-1.0.gir |
C documentation: | Pango.Analysis |
Struct : | Analysis |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
extra_attrs : Array
|
Pango.Analysis | |
flags : Number
|
Pango.Analysis | |
font : Pango.Font
|
Pango.Analysis | |
gravity : Number
|
Pango.Analysis | |
lang_engine : Pango.EngineLang
|
Pango.Analysis | |
language : Pango.Language
|
Pango.Analysis | |
level : Number
|
Pango.Analysis | |
script : Number
|
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, Number length, Analysis analysis, Number index_, Boolean trailing)
:
Number
Converts from character position to x position.
|
Pango.GlyphString
Method |
Convert from x offset to character position.
|