ff335d0bf3bec559cf8c37d65ac42b9c4ad85d90
[platform/upstream/fontconfig.git] / doc / FcMatrixShear.3
1 .\" auto-generated by docbook2man-spec from docbook-utils package
2 .TH "FcMatrixShear" "3" "06 3月 2018" "Fontconfig 2.13.0" ""
3 .SH NAME
4 FcMatrixShear \- Shear a matrix
5 .SH SYNOPSIS
6 .nf
7 \fB#include <fontconfig/fontconfig.h>
8 .sp
9 void FcMatrixShear (FcMatrix *\fImatrix\fB, double \fIsh\fB, double \fIsv\fB);
10 .fi\fR
11 .SH "DESCRIPTION"
12 .PP
13 \fBFcMatrixShare\fR shears \fImatrix\fR
14 horizontally by \fIsh\fR and vertically by
15 \fIsv\fR\&. This is done by multiplying by
16 the matrix:
17 .sp
18 .nf
19   1  sh
20   sv  1
21 .sp
22 .fi