r1563.html
Prev
r1623.html
Next
FcMatrixScale
Name
FcMatrixScale -- Scale a matrix
Synopsis
#include <fontconfig.h>
void FcMatrixScale
(FcMatrix *matrix, doublesx, doubledy);
Description
FcMatrixScale
multiplies
matrix
x values by
sx
and y values by
sy
.  This is done by multiplying by
the matrix:
sx  0
0   sy
Version
Fontconfig version 2.3.2
r1563.html
Prev
index.html
Home
r1623.html
Next
FcMatrixRotate
x93.html#AEN1459
Up
FcMatrixShear
