#include <ximage.h>
Public Attributes | |
| TCHAR | text [4096] |
| text (char -> TCHAR for UNICODE [Cesar M]) | |
| LOGFONT | lfont |
| font and codepage data | |
| COLORREF | fcolor |
| foreground color | |
| long | align |
| DT_CENTER, DT_RIGHT, DT_LEFT aligment for multiline text. | |
| BYTE | smooth |
| text smoothing option. Default is false. | |
| BYTE | opaque |
| data for background (ignored if .opaque==FALSE) | |
| COLORREF | bcolor |
| background color | |
| 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 |
| TCHAR CxImage::tagCxTextInfo::text[4096] |
text (char -> TCHAR for UNICODE [Cesar M])
| LOGFONT CxImage::tagCxTextInfo::lfont |
font and codepage data
| COLORREF CxImage::tagCxTextInfo::fcolor |
foreground color
DT_CENTER, DT_RIGHT, DT_LEFT aligment for multiline text.
text smoothing option. Default is false.
data for background (ignored if .opaque==FALSE)
text has background or hasn't. Default is true.
| COLORREF CxImage::tagCxTextInfo::bcolor |
background color
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.)
1.5.4