VECTORFONT

typedef struct tagVECTORFONT 
{ 
   L_INT nSize; 
   LOGFONT 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 LOGFONT structure that defines the font properties.

Comments

pVECTORFONT is a pointer to a VECTORFONT structure.

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Vector C++ Class Library Help