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);
12       (double sx);
13       (double dy);
14       .fi
15

DESCRIPTION

17       FcMatrixScale multiplies matrix x values by sx and y values by sy. This
18       is done by multiplying by the matrix:
19
20          sx  0
21          0   sy
22
23

VERSION

25       Fontconfig version 2.8.0
26
27
28
29                               18 November 2009               FcMatrixScale(3)
Impressum