1. NAME

FcMatrixShear - Shear a matrix

2. SYNOPSIS

 
Sélectionnez
\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:

 
Sélectionnez
 1  sh
  sv  1

4. VERSION

Fontconfig version 2.8.0