FcMatrixScale - Scale a matrix
Contents
Description
FcMatrixScale multiplies matrix x values by sx and y values by dy. This is done by multiplying by the
matrix:
sx 0
0 dy
Fontconfig 2.15.0 04 July 2025 FcMatrixScale(3)
Name
FcMatrixScale - Scale a matrix
Synopsis
#include<fontconfig/fontconfig.h>voidFcMatrixScale(FcMatrix*matrix,doublesx,doubledy);
