DOCWRTFONTEMBED

Summary

The DOCWRTFONTEMBED enumeration provides information about font embedding.

Syntax

typedef enum _DOCWRTFONTEMBED 
{ 
   DOCWRTFONTEMBED_NOEMBED = 0, /*Do not embed fonts*/ 
   DOCWRTFONTEMBED_AUTO, /* Automatic embedding */ 
   DOCWRTFONTEMBED_FORCE, /* force embedding for no-embedding license fonts */ 
   DOCWRTFONTEMBED_ALL /* all fonts in the document should be embedded */ 
} DOCWRTFONTEMBED, *pDOCWRTFONTEMBED; 

Members

DOCWRTFONTEMBED_NOEMBED

No font embedding. Smallest output file size.

DOCWRTFONTEMBED_AUTO

Embed fonts that are not commonly available with the exception of Licensed Fonts.

DOCWRTFONTEMBED_FORCE

Embed fonts that are not commonly available with Licensed Fonts.

DOCWRTFONTEMBED_ALL

Embed all fonts, including the Licensed Fonts with the document. May result in large output file sizes.

Usage

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

LEADTOOLS Raster Imaging C API Help

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