Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.6

FcMatrixScale(3)


FcMatrixScale

FcMatrixScale

NAME
SYNOPSIS
DESCRIPTION
VERSION

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.4.1



FcMatrixScale(3)