1FcMatrixScale(3)                                              FcMatrixScale(3)
2
3
4

NAME

6       FcMatrixScale - Scale a matrix
7

SYNOPSIS

9       #include <fontconfig.h>
10
11       void FcMatrixScale (FcMatrix *matrix, double sx, double dy);
12

DESCRIPTION

14       FcMatrixScale  multiplies  matrix  x  values  by sx and y values by sy.
15       This is done by multiplying by the matrix:
16
17          sx  0
18          0   sy
19

VERSION

21       Fontconfig version 2.4.2
22
23
24
25                                  11 May 2007                 FcMatrixScale(3)
Impressum