VECTORFONT
typedef struct tagVECTORFONT
{
L_INT nSize;
LOGFONTW LogFont;
} VECTORFONT, * pVECTORFONT;
The VECTORFONT structure holds information about the font used to draw vector text objects.
Member |
Description |
nSize |
Size of this structure. Used for versioning. |
LogFont |
Windows LOGFONTW structure that defines the font properties. |
Comments
pVECTORFONT is a pointer to a VECTORFONT structure.