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 LOGFONTW structure that defines the font properties.

Comments

pVECTORFONT is a pointer to a VECTORFONT structure.

Usage

Data Types

Functions

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

LEADTOOLS Vector C API Help

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