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. |