1FcMatrixScale(3) FcMatrixScale(3)
23
4
NAME
6FcMatrixScale - Scale a matrix
7
SYNOPSIS
9#include <fontconfig/fontconfig.h>
1011
void FcMatrixScale (FcMatrix *matrix, double sx, double dy);
12
DESCRIPTION
14FcMatrixScale multiplies matrix x values by sx and y values by dy. This
15is done by multiplying by the matrix:
1617
sx 0
180 dy
1920
21
22
23
Fontconfig 2.14.2 27 1月 2023 FcMatrixScale(3)