1FcMatrixShear(3)                                              FcMatrixShear(3)
2
3
4

NAME

6       FcMatrixShear - Shear a matrix
7

SYNOPSIS

9       #include <fontconfig.h>
10
11       void FcMatrixShear(FcMatrix *matrix);
12       (double sh);
13       (double sv);
14       .fi
15

DESCRIPTION

17       FcMatrixShare  shears  matrix  horizontally by sh and vertically by sv.
18       This is done by multiplying by the matrix:
19
20         1  sh
21         sv  1
22
23

VERSION

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