1FcMatrixShear(3) FcMatrixShear(3)
23
4
NAME
6FcMatrixShear - Shear a matrix
7
SYNOPSIS
9#include <fontconfig.h>
1011
void FcMatrixShear(FcMatrix *matrix);
12(double sh);
13(double sv);
14.fi
15
DESCRIPTION
17FcMatrixShare shears matrix horizontally by sh and vertically by sv.
18This is done by multiplying by the matrix:
1920
1 sh
21sv 1
2223
VERSION
25Fontconfig version 2.8.0
2627
28
29
18 November 2009 FcMatrixShear(3)