ImageGear Professional DLL v17.1 for Windows Accusoft
IG_PDF_sysfont_get_platform_data
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > General Objects > HIG_PDF_SYSFONT > IG_PDF_sysfont_get_platform_data

Glossary Item Box

Gets platform-specific data for use by user interface code.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_PDF_sysfont_get_platform_data(
        HIG_PDF_SYSFONT hSysFont,
        LPAT_PDF_SYSFONT_PLATDATA *lpPlatData );

Arguments:

hSysFont A SysFont object referencing a system font.
lpPlatData Pointer to a LPAT_PDF_SYSFONT_PLATDATA containing information relating to a system font. Returns NULL if out of memory.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

Must be released when finished by IG_PDF_sysfont_release_platform_data.

©2012. Accusoft Corporation. All Rights Reserved.