PHP Velho Oeste 2024

SWFFont::getWidth

(PHP 5 < 5.3.0, PECL ming SVN)

SWFFont::getWidthReturns the string's width

Descrição

SWFFont::getWidth ( string $string ) : float
Aviso

Esta função é EXPERIMENTAL. O comportamento, seu nome e documentação podem mudar sem aviso em futuras versões do PHP. Utilize por sua própria conta e risco.

swffont::getwidth() returns the string string's width, using font's default scaling. You'll probably want to use the swftext() version of this method which uses the text object's scale.

Veja Também

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top