package Pango.Matrix is
function From_Object_Free
( | B | : access Pango_Matrix) return Pango_Matrix; |
function Get_Type return Glib.GType;
procedure Concat
( | Self | : Pango_Matrix; |
New_Matrix | : Pango_Matrix); |
function Copy
( | Self | : Pango_Matrix) return Pango_Matrix; |
procedure Free
( | Self | : Pango_Matrix); |
function Get_Font_Scale_Factor
( | Self | : Pango_Matrix) return Gdouble; |
procedure Rotate
( | Self | : in out Pango_Matrix; |
Degrees | : Gdouble); |
procedure Scale
( | Self | : in out Pango_Matrix; |
Scale_X | : Gdouble; | |
Scale_Y | : Gdouble); |
procedure Transform_Distance
( | Self | : Pango_Matrix; |
Dx | : in out Gdouble; | |
Dy | : in out Gdouble); |
procedure Transform_Pixel_Rectangle
( | Self | : Pango_Matrix; |
Rect | : in out Pango_Rectangle); |
procedure Transform_Point
( | Self | : Pango_Matrix; |
X | : in out Gdouble; | |
Y | : in out Gdouble); |
procedure Transform_Rectangle
( | Self | : Pango_Matrix; |
Rect | : in out Pango_Rectangle); |
procedure Translate
( | Self | : in out Pango_Matrix; |
Tx | : Gdouble; | |
Ty | : Gdouble); |