Apply smack label for /opt/share/fonts path
[platform/upstream/fontconfig.git] / doc / FcMatrixScale.3
1 .\" auto-generated by docbook2man-spec from docbook-utils package
2 .TH "FcMatrixScale" "3" "05 8月 2016" "Fontconfig 2.12.1" ""
3 .SH NAME
4 FcMatrixScale \- Scale a matrix
5 .SH SYNOPSIS
6 .nf
7 \fB#include <fontconfig/fontconfig.h>
8 .sp
9 void FcMatrixScale (FcMatrix *\fImatrix\fB, double \fIsx\fB, double \fIdy\fB);
10 .fi\fR
11 .SH "DESCRIPTION"
12 .PP
13 \fBFcMatrixScale\fR multiplies \fImatrix\fR
14 x values by \fIsx\fR and y values by
15 \fIdy\fR\&. This is done by multiplying by
16 the matrix:
17 .sp
18 .nf
19    sx  0
20    0   dy
21 .sp
22 .fi