SWFText- moveTo

(no version information, might be only in CVS)

SWFText- moveTo -- ペンを移動する

説明

void swftext- moveto ( int x, int y)

警告

この関数は、 実験的 なステータスにあります。これは、この関数の 動作、関数名、ここで書かれていること全てがPHPの将来のバージョンで予告 なく変更される可能性があることを意味します。注意を喚起するとともに自分 のリスクでこの関数を使用して下さい。

swftext- moveto() moves the pen (or cursor, if that makes more sense) to ( x , y ) in text object's coordinate space. If either is zero, though, value in that dimension stays the same. Annoying, should be fixed.