1. NAME▲
FcMatrixShear - Shear a matrix
2. SYNOPSIS ▲
\fB#include <fontconfig.h>
void FcMatrixShear(FcMatrix *\fImatrix\fB);
(double \fIsh\fB);
(double \fIsv\fB);
\fR.fi3. DESCRIPTION▲
FcMatrixShare shears matrix horizontally by sh and vertically by sv. This is done by multiplying by the matrix:
1 sh
sv 14. VERSION ▲
Fontconfig version 2.8.0