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 |
|---|
| fccharsetcoverage(3) - opensolaris |
| fcdefaultsubstitute(3) - opensolaris |
| fcdircacheloadfile(3) - opensolaris |
| fcdircacheunlink(3) - opensolaris |
| fcpatternadd(3) - opensolaris |
| Similar Topics in the Unix Linux Community |
|---|
| Trying to block signal |
| Study UNIX Kernel |
| Change directory for core file |
| %memused is high |
| Shopt -s histappend |