ImagickDraw::getTextAlignment

(PECL imagick 2, PECL imagick 3)

ImagickDraw::getTextAlignmentRetorna o alinhamento do texto

Descrição

public ImagickDraw::getTextAlignment(): int
Aviso

Esta função não está documentada; apenas a lista de argumentos está disponível.

Retorna o alinhamento aplicado ao fazer anotações com texto.

Valor Retornado

Retorna uma constante ALIGN (imagick::ALIGN_*) ou 0 se nenhum alinhamento estiver definido.

adicione uma nota

Notas Enviadas por Usuários (em inglês) 1 note

up
1
moguchicorp at gmail dot com
13 years ago
check ImagickDraw::SetTextAlignment notes for examples and constants values

http://php.net/manual/en/function.imagickdraw-settextalignment.php
To Top