Back to Seed Clases

Pango


Classes

Interfaces

Structs

Unions

Enums

Struct Pango.Matrix

Import line: Pango = imports.gi.Pango;
GIR File: Pango-1.0.gir
C documentation: Pango.Matrix
Struct : Matrix
  Show / Hide Inherited methods, properties and signals
A structure specifying a transformation between user-space coordinates and device coordinates. The transformation is given by x_device = x_user * matrix->xx + y_user * matrix->xy + matrix->x0; y_device = x_user * matrix->yx + y_user * matrix->yy + matrix->y0;
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new Pango.Matrix ()
Create a new Pango.Matrix
Create a new Pango.Matrix
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
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.gravity_get_for_matrix (Matrix matrix) : Pango.Gravity
Finds the gravity that best matches the rotation component in a PangoMatrix.
Pango.Context
Method
set_matrix (Matrix matrix) : none
Sets the transformation matrix that will be applied when rendering with this context.
Pango.Context
Method
get_matrix () : Pango.Matrix
Gets the transformation matrix that will be applied when rendering with this context.
Pango.Renderer
Method
set_matrix (Matrix matrix) : none
Sets the transformation matrix that will be applied when rendering.
Pango.Renderer
Method
get_matrix () : Pango.Matrix
Gets the transformation matrix that will be applied when rendering.
PangoFT2
Method
PangoFT2.render_transformed (Bitmap bitmap, Matrix matrix, Font font, GlyphString glyphs, Number x, Number y) : none
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:54 GMT+0800 (HKT)