ICONMETRICS
The ICONMETRICS
structure contains the scalable metrics associated with icons. This structure
is used with the SystemParametersInfo
typedef struct tagICONMETRICS {
UINT cbSize;
int iHorzSpacing;
int iVertSpacing;
int iTitleWrap;
LOGFONT
lfFont;
} ICONMETRICS, FAR *LPICONMETRICS;
Members
cbSize
Specifies the
size of the structure, in bytes.
iHorzSpacing and iVertSpacing
Horizontal
and vertical space, in pixels, for each arranged icon.
iTitleWrap
Title-wrapping
flag. If this member is nonzero, icon titles wrap to a new line. If this member
is zero, titles do not wrap.
lfFont
Specifies the
font to use for icon titles.
See Also