imagick.setfont(3) php man page | unix.com

Man Page: imagick.setfont

Operating Environment: php

Section: 3

IMAGICK.SETFONT(3)							 1							IMAGICK.SETFONT(3)

Imagick::setFont - Sets font

SYNOPSIS
bool Imagick::setFont (string $font)
DESCRIPTION
Sets object's font property. This method can be used for example to set font for caption: pseudo-format. The font needs to be configured in ImageMagick configuration or a file by the name of $font must exist. This method should not be confused with ImagickDraw.setFont(3) which sets the font for a specific ImagickDraw object. This method is available if Imagick has been compiled against ImageMagick version 6.3.7 or newer.
PARAMETERS
o $font - Font name or a filename
RETURN VALUES
Returns TRUE on success.
SEE ALSO
Imagick.getFont(3), ImagickDraw.setFont(3), ImagickDraw.getFont(3).
EXAMPLES
Example #1 A Imagick.setFont(3) example Example of using Imagick::setFont <?php /* Create new imagick object */ $im = new Imagick(); /* Set the font for the object */ $im->setFont("example.ttf"); /* Create new caption */ $im->newPseudoImage(100, 100, "caption:Hello"); /* Do something with the image */ ?> PHP Documentation Group IMAGICK.SETFONT(3)
Related Man Pages
qfontdialog(3qt) - centos
imagickdraw(3) - php
imagick.thumbnailimage(3) - php
imagick.getiteratorindex(3) - php
imagick.whitethresholdimage(3) - php
Similar Topics in the Unix Linux Community
Fonts?
.ttf font installation in open office
Installing Imagick