Gets platform-specific data for use by user interface code.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_PDF_sysfont_get_platform_data( HIG_PDF_SYSFONT hSysFont, LPAT_PDF_SYSFONT_PLATDATA* lpPlatData ); |
Name | Type | Description |
---|---|---|
hSysFont | HIG_PDF_SYSFONT | A SysFont object referencing a system font. |
lpPlatData | LPAT_PDF_SYSFONT_PLATDATA* | Pointer to an AT_PDF_SYSFONT_PLATDATA containing information relating to a system font. Returns NULL if out of memory. |
Error count.
This function does not process image pixels.
Must be released when finished by IG_PDF_sysfont_release_platform_data.