IG_PDF_font_get_cid_systeminfo
Gets Registry and Ordering information for a CIDFont.
Declaration:
|
Copy Code
|
AT_ERRCOUNT ACCUAPI IG_PDF_font_get_cid_systeminfo(
HIG_PDF_FONT hFont,
LPHIG_PDF_ATOM lphCIDSystemInfo
);
|
Arguments:
Name |
Type |
Description |
hFont |
HIG_PDF_FONT |
The font whose Registry and Ordering information is obtained. |
lphCIDSystemInfo |
LPHIG_PDF_ATOM |
CIDFont's Registry and Ordering information. |
Return Value:
Error count.
Supported Raster Image Formats:
This function does not process image pixels.
Remarks:
This function takes either a Type 0 font or descendant font (CIDType0 or CIDType2) as an argument. This information is always present for any Type 0 font; the actual registry ordering information is a part of the descendant font.