ImageGear for C and C++ on Linux v20.0 - Updated
AT_PDE_FONT_INFO
API Reference Guide > PDF Component API Reference > PDF Component Structures Reference > AT_PDE_FONT_INFO

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:

Name Type Description
name HIG_PDF_ATOM HIG_PDF_ATOM for font name, as in "Times-Roman."
type HIG_PDF_ATOM HIG_PDF_ATOM for font type, "Type 1," "TrueType," and so on.
charSet HIG_PDF_ATOM 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.
encoding HIG_PDF_ATOM HIG_PDF_ATOM for font encoding, as in WinAnsiEncoding.
wMode SHORT Writing mode: 0 = horizontal; 1 = vertical.
Is this page helpful?
Yes No
Thanks for your feedback.