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.

Members

L_INT nSize

Size of this structure. Used for versioning.

LOGFONTW LogFont

Windows LOGFONT structure that defines the font properties.

Comments

pVECTORFONT is a pointer to a VECTORFONT structure.

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Vector C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.