void setOpacity(float opacity)
不透明度を設定。
PtlTextBox & operator=(const PtlTextBox &obj)
コピーオペレータ
void setOutlineStyle(OUTLINE_STYLE lineStyle)
テキストボックスの縁取のスタイルをOUTLINE_STYLEで設定。
void fitToBBox(bool fit)
TextBoxのサイズをテキストのBBoxに合わせるかどうかの設定。
void setOutlineColor(const PtlColor &outlineColor)
テキストボックスの縁取り色を設定。
void setBackColor(const PtlColor &bkColor)
背景色を設定。
void writeStringNL(const PtlParamString &str, const PtlParamWriteStringTextBox ¶mWriteString)
文字列を出力して改行。
PtlTextBox(const PtlTextBox &obj)
コピーコンストラクタ
void writeString(const PtlParamString &str, const PtlParamWriteStringTextBox ¶mWriteString)
文字列を出力。
void setWritingMode(MODE mode)
横書き/縦書きを設定。