Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.23
LEADTOOLS Vector C++ Class Library Help

VECTORFONT

Show in webframe

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.

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.