OverlayBitmap::setFontTransparent Method
テキスト描画の際の背景モードを設定します。
構文
bool setFontTransparent( bool IsTransparent );
パラメータ | 説明 |
---|---|
isTransparent | テキストの背景色が透明かどうかを設定します。trueに設定した場合、背景はテキストの描画前に指定した色で塗りつぶされます。falseに設定された場合、テキストの背景については何も処理されません。 |
戻り値
正常に行われた場合はtrue、そうでない場合はfalse。
関連項目
OverlayBitmapクラスライブラリリファレンス>クラス>OverlayBitmap, OverlayBitmap::drawTextクラスライブラリリファレンス>クラス>OverlayBitmap>OverlayBitmap::drawText Method, OverlayBitmap::setFontBKColorクラスライブラリリファレンス>クラス>OverlayBitmap>OverlayBitmap::setFontBKColor Method, OverlayBitmap::getFontTransparentクラスライブラリリファレンス>クラス>OverlayBitmap>OverlayBitmap::getFontTransparent Method