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

NAME

6       FcMatrixScale - Scale a matrix
7

SYNOPSIS

9       #include <fontconfig/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 dy. This
15       is done by multiplying by the matrix:
16
17          sx  0
18          0   dy
19
20
21
22
23Fontconfig 2.14.1                21 10月 2022                 FcMatrixScale(3)
Impressum