Go to the source code of this file.
|
PANGO_AVAILABLE_IN_1_6 GType | pango_matrix_get_type (void) G_GNUC_CONST |
|
PANGO_AVAILABLE_IN_1_6 PangoMatrix * | pango_matrix_copy (const PangoMatrix *matrix) |
|
PANGO_AVAILABLE_IN_1_6 void | pango_matrix_free (PangoMatrix *matrix) |
|
PANGO_AVAILABLE_IN_1_6 void | pango_matrix_translate (PangoMatrix *matrix, double tx, double ty) |
|
PANGO_AVAILABLE_IN_1_6 void | pango_matrix_scale (PangoMatrix *matrix, double scale_x, double scale_y) |
|
PANGO_AVAILABLE_IN_1_6 void | pango_matrix_rotate (PangoMatrix *matrix, double degrees) |
|
PANGO_AVAILABLE_IN_1_6 void | pango_matrix_concat (PangoMatrix *matrix, const PangoMatrix *new_matrix) |
|
PANGO_AVAILABLE_IN_1_16 void | pango_matrix_transform_point (const PangoMatrix *matrix, double *x, double *y) |
|
PANGO_AVAILABLE_IN_1_16 void | pango_matrix_transform_distance (const PangoMatrix *matrix, double *dx, double *dy) |
|
PANGO_AVAILABLE_IN_1_16 void | pango_matrix_transform_rectangle (const PangoMatrix *matrix, PangoRectangle *rect) |
|
PANGO_AVAILABLE_IN_1_16 void | pango_matrix_transform_pixel_rectangle (const PangoMatrix *matrix, PangoRectangle *rect) |
|
PANGO_AVAILABLE_IN_1_12 double | pango_matrix_get_font_scale_factor (const PangoMatrix *matrix) G_GNUC_PURE |
|
PANGO_AVAILABLE_IN_1_38 void | pango_matrix_get_font_scale_factors (const PangoMatrix *matrix, double *xscale, double *yscale) |
|
PANGO_AVAILABLE_IN_1_50 double | pango_matrix_get_slant_ratio (const PangoMatrix *matrix) G_GNUC_PURE |
|
◆ PANGO_MATRIX_INIT
#define PANGO_MATRIX_INIT { 1., 0., 0., 1., 0., 0. } |
PANGO_MATRIX_INIT:
Constant that can be used to initialize a PangoMatrix
to the identity transform.
typedefG_BEGIN_DECLS struct _PangoMatrix PangoMatrix
PANGO_AVAILABLE_IN_1_6 void pango_matrix_rotate(PangoMatrix *matrix, double degrees)
#define PANGO_MATRIX_INIT
Since: 1.6
Definition at line 78 of file pango-matrix.h.
◆ PANGO_TYPE_MATRIX
◆ PangoMatrix
◆ pango_matrix_concat()
◆ pango_matrix_copy()
◆ pango_matrix_free()
◆ pango_matrix_get_font_scale_factor()
◆ pango_matrix_get_font_scale_factors()
◆ pango_matrix_get_slant_ratio()
◆ pango_matrix_get_type()
◆ pango_matrix_rotate()
◆ pango_matrix_scale()
◆ pango_matrix_transform_distance()
◆ pango_matrix_transform_pixel_rectangle()
◆ pango_matrix_transform_point()
◆ pango_matrix_transform_rectangle()
◆ pango_matrix_translate()