ImageGear Professional DLL v17.1 for Windows Accusoft
AT_PDE_FONT_CREATEFROMSYSFONTPARAMS
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > PDF Component API Reference > PDF Component Structures Reference > AT_PDE_FONT_CREATEFROMSYSFONTPARAMS

Glossary Item Box

Data structure used with PDE Font creation.

Declaration:

  Copy Code
typedef struct tagAT_PDE_FONT_CREATEFROMSYSFONTPARAMS
{
        UINT structSize;
        UINT flags;
        HIG_PDF_ATOM snapshotName;
        AT_PDF_FIXED *mmDesignVec;
        LONG ctCodePage;
        HIG_PDF_ATOM encoding;
} AT_PDE_FONT_CREATEFROMSYSFONTPARAMS;
typedef AT_PDE_FONT_CREATEFROMSYSFONTPARAMS FAR* LPAT_PDE_FONT_CREATEFROMSYSFONTPARAMS;

Members:

UINT structSize Size of the data structure. Must be set to sizeof(AT_PDE_FONT_CREATEFROMSYSFONTPARAMS).
UINT flags A bit mask of the enumIGPDEFontCreateFlags.
HIG_PDF_ATOM snapshotName The name of a multiple master snapshot. See PDF Reference for more information on snapshots.
AT_PDF_FIXED *mmDesignVec Pointer to multiple master font design vector.
LONG ctCodePage Used to select a specific code page supported by the font. When a non-zero code page is supplied, embedding must be turned on and the IG_PDE_FONT_ENCODE_BY_GID flag set.
HIG_PDF_ATOM encoding Used to specify which encoding to use with a CID font. Pass IG_PDF_ATOM_NULL to use the platform default.
©2012. Accusoft Corporation. All Rights Reserved.