#include <ximage.h>
Public Attributes | |
long | align |
DT_CENTER, DT_RIGHT, DT_LEFT aligment for multiline text. | |
float | b_opacity |
opacity value for background between 0.0-1.0 Default is 0. (opaque) | |
BYTE | b_outline |
outline width for background (zero: no outline) | |
BYTE | b_round |
COLORREF | bcolor |
background color | |
COLORREF | fcolor |
foreground color | |
LOGFONT | lfont |
font and codepage data | |
BYTE | opaque |
data for background (ignored if .opaque==FALSE) | |
TCHAR | text [4096] |
text (char -> TCHAR for UNICODE [Cesar M]) |
|
DT_CENTER, DT_RIGHT, DT_LEFT aligment for multiline text.
|
|
opacity value for background between 0.0-1.0 Default is 0. (opaque)
|
|
outline width for background (zero: no outline)
|
|
rounding radius for background rectangle. of the height, between 0-50. Default is 10. (backgr. always has a frame: width = 3 pixel + 10% of height by default.) |
|
background color
|
|
foreground color
|
|
font and codepage data
|
|
data for background (ignored if .opaque==FALSE) text has background or hasn't. Default is true. |
|
text (char -> TCHAR for UNICODE [Cesar M])
|