Derives the registry, ordering, and supplement information of a multi-byte system font.
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 ); |
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. |
Error count.
This function does not process image pixels.
This information can be used to create a PDE Font from a system font.