Text

Text(float x, float y, string txt)

版本

1.0

內容

顯示一個字串。左手邊的第一個字為起點和基礎。這個功能容許你精確地把字串放在頁面上,通常都會比 Cell() 這個指令使用起來簡單得多。MultiCell() 或 Write() 都是標準顯示字串功能。

參數

x
橫坐標的起點
y
縱坐標的起點
txt
需要顯示的字串

參見

SetFont(), SetTextColor(), Cell(), MultiCell(), Write().

索引