gtkradiant/install/share/man/man3/FcMatrixShear.3
Clinton Freeman a6c7474450 try to fix
2012-05-07 23:24:01 -04:00

27 lines
519 B
Groff

.\\" auto-generated by docbook2man-spec $Revision: 1.2 $
.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