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
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_end (GlyphItem glyph_item, String text) : gboolean
Initializes a PangoGlyphItemIter structure to point to the
last cluster in a glyph item.
Pango.GlyphItemIter
Method
init_start (GlyphItem glyph_item, String text) : gboolean
Initializes a PangoGlyphItemIter structure to point to the
first cluster in a glyph item.
Pango.Renderer
Method
draw_glyph_item (String text, GlyphItem glyph_item, gint32 x, gint32 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 Sat Apr 16 2011 17:16:39 GMT+0800 (HKT)