Gets the font's character set.
|
Copy Code
|
|
|---|---|
AT_ERRCOUNT ACCUAPI IG_PDF_font_get_charset(
HIG_PDF_FONT hFont,
LPAT_INT lpCharSet
);
|
|
| Name | Type | Description |
|---|---|---|
| hFont | HIG_PDF_FONT | The font whose character set is obtained. |
| lpCharSet | LPAT_INT | The font's character set. |
Error count.
This function does not process image pixels.
For non-Roman character set viewers, call IG_PDF_font_get_encoding_name() instead.