IG_PDF_sysfont_get_cid_system_info
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:
Name |
Type |
Description |
hSysFont |
HIG_PDF_SYSFONT |
A SysFont object referencing a multi-byte system font. |
lphRegistry |
LPHIG_PDF_ATOM |
The PDF atom representing the CID Font's registry information, as in "Adobe". |
lphOrdering |
LPHIG_PDF_ATOM |
The PDF atom representing the CID Font's ordering information, for example, "Japan1". |
lpnSupplement |
LPLONG |
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.