OverlayBitmap::setFontTransparent Method

Sets the background mode for text drawings.
Syntax:
bool setFontTransparent( bool IsTransparent );
Parameter Description
isTransparent

Specifies whether the background of the text is transparent. If set to true, the background under the text is filled with the current background color before the text is drawn. If set to false, the background under the text remains untouched.

Return value:

true on success, false otherwise.

See also: OverlayBitmap, OverlayBitmap::drawText, OverlayBitmap::setFontBKColor, OverlayBitmap::getFontTransparent

<< OverlayBitmap