ImageGear Professional for Linux
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.

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback