DOCWRTFONTEMBED (original) (raw)
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
LEADTOOLS Raster Imaging C API Help