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

NAME

6       FcMatrixShear - Shear a matrix
7

SYNOPSIS

9       #include <fontconfig/fontconfig.h>
10
11       void FcMatrixShear (FcMatrix *matrix, double sh, double sv);
12

DESCRIPTION

14       FcMatrixShare  shears  matrix  horizontally by sh and vertically by sv.
15       This is done by multiplying by the matrix:
16
17         1  sh
18         sv  1
19
20
21
22
23Fontconfig 2.14.0                 31 3月 2022                 FcMatrixShear(3)
Impressum