VECTORFONT

Summary

The VECTORFONT structure holds information about the font used to draw vector text objects.

Syntax

typedef struct tagVECTORFONT 
{ 
   L_INT nSize; 
   LOGFONTW LogFont; 
} VECTORFONT, * pVECTORFONT; 

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.

Usage

Data Types

Functions

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

LEADTOOLS Vector C++ Class Library Help

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