Back to Seed Clases

Pango


Classes

Interfaces

Structs

Unions

Enums

Struct Pango.GlyphItem

Import line: Pango = imports.gi.Pango;
GIR File: Pango-1.0.gir
C documentation: Pango.GlyphItem
Struct : GlyphItem
  Show / Hide Inherited methods, properties and signals
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new Pango.GlyphItem ()
Create a new Pango.GlyphItem
Create a new Pango.GlyphItem
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Pango.GlyphItemIter
Method
init_start (GlyphItem glyph_item, String text) : Boolean
Initializes a PangoGlyphItemIter structure to point to the first cluster in a glyph item.
Pango.GlyphItemIter
Method
init_end (GlyphItem glyph_item, String text) : Boolean
Initializes a PangoGlyphItemIter structure to point to the last cluster in a glyph item.
Pango.LayoutIter
Method
get_run () : Pango.GlyphItem
Gets the current run.
Pango.LayoutIter
Method
get_run_readonly () : Pango.GlyphItem
Gets the current run.
Pango.Renderer
Method
draw_glyph_item (String text, GlyphItem glyph_item, Number x, Number y) : none
Draws the glyphs in glyph_item with the specified PangoRenderer, embedding the text associated with the glyphs in the output if the output format supports it (PDF for example).
PangoCairo
Method
PangoCairo.show_glyph_item (Context cr, String text, GlyphItem glyph_item) : none
Draws the glyphs in glyph_item in the specified cairo context, embedding the text associated with the glyphs in the output if the output format supports it (PDF for example), otherwise it acts similar to pango_cairo_show_glyph_string().
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:53 GMT+0800 (HKT)