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.

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.