DOCWRTFONTEMBED

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; 

The DOCWRTFONTEMBED enumeration provides information about font embedding.

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.

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

LEADTOOLS Raster Imaging C API Help