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

Glossary Item Box

PDE font information

Declaration:

  Copy Code
typedef struct tagAT_PDE_FONT_INFO
{
        HIG_PDF_ATOM name;
        HIG_PDF_ATOM type;
        HIG_PDF_ATOM charSet;
        HIG_PDF_ATOM encoding;
        SHORT wMode;
} AT_PDE_FONT_INFO;
typedef AT_PDE_FONT_INFO FAR* LPAT_PDE_FONT_INFO;

Members:

HIG_PDF_ATOM name HIG_PDF_ATOM for font name, as in "Times-Roman."
HIG_PDF_ATOM type HIG_PDF_ATOM for font type, "Type 1," "TrueType," and so on.
HIG_PDF_ATOM charSet HIG_PDF_ATOM for "Roman" or IG_PDF_ATOM_NULL. If "Roman," the characters must be a subset of the Adobe Standard Roman Character Set.
HIG_PDF_ATOM encoding HIG_PDF_ATOM for font encoding, as in WinAnsiEncoding.
SHORT wMode Writing mode: 0 = horizontal; 1 = vertical.
©2012. Accusoft Corporation. All Rights Reserved.