Back to Seed Clases

Pango


Classes

Interfaces

Structs

Unions

Enums

Struct Pango.GlyphString

Import line: Pango = imports.gi.Pango;
GIR File: Pango-1.0.gir
C documentation: Pango.GlyphString
Struct : GlyphString
  Show / Hide Inherited methods, properties and signals
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new Pango.GlyphString ()
Create a new Pango.GlyphString
Create a new Pango.GlyphString
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gdk
Method
Gdk.draw_glyphs (Drawable drawable, GC gc, Font font, Number x, Number y, GlyphString glyphs) : none
This is a low-level function; 99% of text rendering should be done using gdk_draw_layout() instead.
Gdk
Method
Gdk.draw_glyphs_transformed (Drawable drawable, GC gc, Matrix matrix, Font font, Number x, Number y, GlyphString glyphs) : none
Renders a PangoGlyphString onto a drawable, possibly transforming the layed-out coordinates through a transformation matrix.
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.Renderer
Method
draw_glyphs (Font font, GlyphString glyphs, Number x, Number y) : none
Draws the glyphs in glyphs with the specified PangoRenderer.
PangoCairo
Method
PangoCairo.glyph_string_path (Context cr, Font font, GlyphString glyphs) : none
PangoCairo
Method
PangoCairo.show_glyph_string (Context cr, Font font, GlyphString glyphs) : none
Draws the glyphs in glyphs in the specified cairo context.
PangoFT2
Method
PangoFT2.render (Bitmap bitmap, Font font, GlyphString glyphs, Number x, Number y) : none
PangoFT2
Method
PangoFT2.render_transformed (Bitmap bitmap, Matrix matrix, Font font, GlyphString glyphs, Number x, Number y) : none
PangoX
Method
PangoX.fallback_shape (Font font, GlyphString glyphs, String text, Number n_chars) : none
PangoX
Method
PangoX.render (Display display, Drawable d, GC gc, Font font, GlyphString glyphs, Number x, Number y) : none
PangoXft
Method
PangoXft.picture_render (Display display, Picture src_picture, Picture dest_picture, Font font, GlyphString glyphs, Number x, Number y) : none
Renders a PangoGlyphString onto an Xrender Picture object.
PangoXft
Method
PangoXft.render (Draw draw, Color color, Font font, GlyphString glyphs, Number x, Number y) : none
Renders a PangoGlyphString onto an XftDraw object wrapping an X drawable.
PangoXft
Method
PangoXft.render_transformed (Draw draw, Color color, Matrix matrix, Font font, GlyphString glyphs, Number x, Number y) : none
Renders a PangoGlyphString onto a XftDraw, possibly transforming the layed-out coordinates through a transformation matrix.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:53 GMT+0800 (HKT)