Gets a string representing a font's encoding.
|
Copy Code
|
|
|---|---|
AT_ERRCOUNT ACCUAPI IG_PDF_font_get_encoding_name(
HIG_PDF_FONT hFont,
LPBYTE* EncodingName
);
|
|
| Name | Type | Description |
|---|---|---|
| hFont | HIG_PDF_FONT | The font whose encoding name is obtained. |
| EncodingName | LPBYTE* | String representing the font's encoding. |
Error count.
This function does not process image pixels.
Use IG_PDF_font_get_encoding_index() to get encoding information for Roman viewers.