1FcMatrixShear(3) FcMatrixShear(3)
23
4
NAME
6FcMatrixShear - Shear a matrix
7
SYNOPSIS
9#include <fontconfig.h>
1011
void FcMatrixShear (FcMatrix *matrix, double sh, double sv);
12
DESCRIPTION
14FcMatrixShare shears matrix horizontally by sh and vertically by sv.
15This is done by multiplying by the matrix:
1617
1 sh
18sv 1
19
VERSION
21Fontconfig version 2.4.2
2223
24
25
11 May 2007 FcMatrixShear(3)