1. NAME▲
FcMatrixRotate - Rotate a matrix
2. SYNOPSIS ▲
\fB#include <
fontconfig.h>
void
FcMatrixRotate
(
FcMatrix *
\fImatrix\fB);
(
double
\fIcos\fB);
(
double
\fIsin\fB);
\fR.fi
3. DESCRIPTION▲
FcMatrixRotate rotates matrix by the angle who's sine is sin and cosine is cos. This is done by multiplying by the matrix:
cos -
sin
sin cos
4. VERSION ▲
Fontconfig version 2.8.0