| ImageGear Professional v18.1 > API Reference Guide > PDF Component API Reference > PDF Component Structures Reference > AT_PDF_SYSFONT_PLATDATA |
SysFont platform specific data.
|
Copy Code
|
|
|---|---|
typedef struct tagAT_PDF_SYSFONT_PLATDATA
{
DWORD size;
LPAT_VOID fontRef;
} AT_PDF_SYSFONT_PLATDATA;
typedef AT_PDF_SYSFONT_PLATDATA FAR* LPAT_PDF_SYSFONT_PLATDATA;
|
|
| Name | Type | Description |
| size | DWORD | sizeof(AT_PDF_SYSFONT_PLATDATA). |
| fontRef | LPAT_VOID | The ATSFontRef of the sys font. |