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
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
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
get_matrix () : Pango.Matrix
Gets the transformation matrix that will be applied when
rendering with this context.
Pango.Context
Method
set_matrix (Matrix matrix) : none
Sets the transformation matrix that will be applied when rendering
with this context.
Pango.Renderer
Method
get_matrix () : Pango.Matrix
Gets the transformation matrix that will be applied when
rendering.
Pango.Renderer
Method
set_matrix (Matrix matrix) : none
Sets the transformation matrix that will be applied when rendering.
PangoFT2
Method
PangoFT2.render_transformed (Bitmap bitmap, Matrix matrix, Font font, GlyphString glyphs, gint32 x, gint32 y) : none
PangoXft
Method
PangoXft.render_transformed (Draw draw, Color color, Matrix matrix, Font font, GlyphString glyphs, gint32 x, gint32 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 Sat Apr 16 2011 17:16:40 GMT+0800 (HKT)