CxImage::tagCxTextInfo Struct Reference

#include <ximage.h>

List of all members.

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


Member Data Documentation

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

long CxImage::tagCxTextInfo::align

DT_CENTER, DT_RIGHT, DT_LEFT aligment for multiline text.

BYTE CxImage::tagCxTextInfo::smooth

text smoothing option. Default is false.

BYTE CxImage::tagCxTextInfo::opaque

data for background (ignored if .opaque==FALSE)

text has background or hasn't. Default is true.

COLORREF CxImage::tagCxTextInfo::bcolor

background color

float CxImage::tagCxTextInfo::b_opacity

opacity value for background between 0.0-1.0 Default is 0. (opaque)

BYTE CxImage::tagCxTextInfo::b_outline

outline width for background (zero: no outline)

BYTE CxImage::tagCxTextInfo::b_round

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.)


Generated on Thu Jan 31 20:11:32 2008 for CxImage by  doxygen 1.5.4