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