SysFont platform specific data.
Declaration:
![]() |
|
---|---|
typedef struct tagAT_PDF_SYSFONT_PLATDATA
{
DWORD size;
LOGFONT *lf;
DWORD fontPath;
DWORD afmPath;
} AT_PDF_SYSFONT_PLATDATA;
typedef AT_PDF_SYSFONT_PLATDATA FAR* LPAT_PDF_SYSFONT_PLATDATA;
|
Members:
Name | Type | Description |
size | DWORD | sizeof(AT_PDF_SYSFONT_PLATDATA). |
*lf | LOGFONT | Windows LOGFONT structure defining font attributes. |
fontPath | DWORD | Not used. |
afmPath | DWORD | Not used. |