1FcMatrixScale(3) FcMatrixScale(3)
23
4
NAME
6FcMatrixScale - Scale a matrix
7
SYNOPSIS
9#include <fontconfig.h>
1011
void FcMatrixScale (FcMatrix *matrix, double sx, double dy);
12
DESCRIPTION
14FcMatrixScale multiplies matrix x values by sx and y values by sy.
15This is done by multiplying by the matrix:
1617
sx 0
180 sy
19
VERSION
21Fontconfig version 2.4.2
2223
24
25
11 May 2007 FcMatrixScale(3)