ImageGear Professional DLL v17.1 for Windows Accusoft
IG_PDF_sysfont_get_cid_system_info
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_cid_system_info

Glossary Item Box

Derives the registry, ordering, and supplement information of a multi-byte system font.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_PDF_sysfont_get_cid_system_info(
        HIG_PDF_SYSFONT hSysFont,
        LPHIG_PDF_ATOM lphRegistry,
        LPHIG_PDF_ATOM lphOrdering,
        LPLONG lpnSupplement );

Arguments:

hSysFont A SysFont object referencing a multi-byte system font.
lphRegistry The PDF atom representing the CID Font's registry information, as in "Adobe".
lphOrdering The PDF atom representing the CID Font's ordering information, for example, "Japan1".
lpnSupplement The SystemSupplement field from the CID Font.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

This information can be used to create a PDE Font from a system font.

©2012. Accusoft Corporation. All Rights Reserved.