Man Page: fcmatrixscale
Operating Environment: opensolaris
Section: 3
FcMatrixScale(3) FcMatrixScale(3)NAMEFcMatrixScale - Scale a matrixSYNOPSIScc [ flag... ] file... -lfontconfig [ library... ] #include <fontconfig.h> void FcMatrixScale (FcMatrix *matrix, double sx, double dy);DESCRIPTIONFcMatrixScale multiplies matrix x values by sx and y values by sy. This is done by multiplying by the matrix: sx 0 0 syVERSIONFontconfig version 2.5.0ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWfontconfig | +-----------------------------+-----------------------------+ |Interface Stability |Volatile | +-----------------------------+-----------------------------+ |MT-Level |See XInitThreads(3X11) | +-----------------------------+-----------------------------+ 13 November 2007 FcMatrixScale(3)
| Related Man Pages |
|---|
| fcatomiccreate(3) - opensolaris |
| fcconfigenablehome(3) - opensolaris |
| fcconfiggetrescaninterval(3) - opensolaris |
| fcdircacheunlink(3) - opensolaris |
| fcdirsave(3) - opensolaris |
| Similar Topics in the Unix Linux Community |
|---|
| Trying to block signal |
| How to learn UNIX |
| What does this mean? |
| PHP Man Pages Now Available (Over 10,000) |
| Identify problem with while getopts |