Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.11.1
LEADTOOLS Raster Imaging C DLL Help

DOCWRTFONTEMBED

Show in webframe

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.

Member

Description

DOCWRTFONTEMBED_NOEMBED

Do not use font embedding.

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.

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.