28 lines
519 B
Groff
28 lines
519 B
Groff
.\\" auto-generated by docbook2man-spec $Revision: 1.3 $
|
|
.TH "FcMatrixShear" "3" "18 November 2009" "" ""
|
|
.SH NAME
|
|
FcMatrixShear \- Shear a matrix
|
|
.SH SYNOPSIS
|
|
.nf
|
|
\fB#include <fontconfig.h>
|
|
.sp
|
|
void FcMatrixShear(FcMatrix *\fImatrix\fB);
|
|
(double \fIsh\fB);
|
|
(double \fIsv\fB);
|
|
\fR.fi
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
\fBFcMatrixShare\fR shears \fImatrix\fR
|
|
horizontally by \fIsh\fR and vertically by
|
|
\fIsv\fR\&. This is done by multiplying by
|
|
the matrix:
|
|
.sp
|
|
.nf
|
|
1 sh
|
|
sv 1
|
|
.sp
|
|
.fi
|
|
.SH "VERSION"
|
|
.PP
|
|
Fontconfig version 2.8.0
|