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

SysFont platform specific data.

Declaration:

 
Copy Code
typedef struct tagAT_PDF_SYSFONT_PLATDATA
{
        DWORD size;
        
} 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).
Is this page helpful?
Yes No
Thanks for your feedback.