Man Page
Manual Section... (3) - page: FcMatrixScale
NAME
FcMatrixScale - Scale a matrixSYNOPSIS
#include <fontconfig.h>
void FcMatrixScale (FcMatrix *matrix, double sx, double dy);
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.6.0
Index
This document was created by man2html, using the manual pages.
Time: 15:27:19 GMT, June 11, 2010
