Back to Seed Clases

Pango


Classes

Interfaces

Structs

Unions

Enums

Struct Pango.Analysis

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
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new Pango.Analysis ()
Create a new Pango.Analysis
Create a new Pango.Analysis
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Pango
Method
Pango.break (String text, Number length, Analysis analysis, LogAttr attrs, Number attrs_len) : none
Determines possible line, word, and character breaks for a string of Unicode text with a single analysis.
Pango
Method
Pango.shape (String text, Number length, Analysis analysis, GlyphString glyphs) : none
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
x_to_index (String text, Number length, Analysis analysis, Number x_pos) : Object
Convert from x offset to character position.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:53 GMT+0800 (HKT)