VECTORFONT

typedef  struct  tagVECTORFONT
{
     L_INT  nSize;
     LOGFONT  LogFont;
}  VECTORFONT,  L_FAR  *  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 LOGFONT structure that defines the font properties.

Comments

pVECTORFONT is a pointer to a VECTORFONT structure.