1FcMatrixShear(3) FcMatrixShear(3)
23
4
NAME
6FcMatrixShear - Shear a matrix
7
SYNOPSIS
9#include <fontconfig/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
1920
21
22
23
Fontconfig 2.13.1 30 8月 2018 FcMatrixShear(3)