array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'imagickdraw.gettextalignment.php', 1 => 'ImagickDraw::getTextAlignment', 2 => 'Returns the text alignment', ), 'up' => array ( 0 => 'class.imagickdraw.php', 1 => 'ImagickDraw', ), 'prev' => array ( 0 => 'imagickdraw.getstrokewidth.php', 1 => 'ImagickDraw::getStrokeWidth', ), 'next' => array ( 0 => 'imagickdraw.gettextantialias.php', 1 => 'ImagickDraw::getTextAntialias', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/imagick/imagickdraw/gettextalignment.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

ImagickDraw::getTextAlignment

(PECL imagick 2, PECL imagick 3)

ImagickDraw::getTextAlignmentReturns the text alignment

Beschreibung

public ImagickDraw::getTextAlignment(): int
Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Parameter zur Verfügung.

Returns the alignment applied when annotating with text.

Rückgabewerte

Returns a ALIGN constant (imagick::ALIGN_*), and 0 if no align is set.