DclDrawTextNormalized
機能
正規座標系で文字列を描く.
書式
call
DclDrawTextNormalized
(x, y, text, [height], [angle], [centering], [index])
引数
x,y
<R>
文字を書く位置(正規座標系).
text
<C*>
テキスト.
height
<R>
文字の高さ.
angle
<R>
角度.
centering
<I>
センタリングオプション.
index
<I>
文字のラインインデクス.
備考
height, angle, centering, indexを省略したときは,
DclSetTextHeight
,
DclSetTextAngle
,
DclSetTextPosition
DclSetTextIndex
によって設定された値が使われる.初期値はそれぞれ0.01, 0., 0, 1.
ここで設定したheight, angle, centering, indexは,
DclSetTextHeight
,
DclSetTextAngle
,
DclSetTextPosition
DclSetTextIndex
によって設定された値を変更しない.
関連項目
関連ルーチン (text)