Translates a string from the hFont's encoding to host encoding.
|
Copy Code
|
|
|---|---|
AT_ERRCOUNT ACCUAPI IG_PDF_font_translate_to_host(
HIG_PDF_FONT hFont,
LPSTR inP,
LONG inLen,
LPSTR outP,
LONG outLen,
LPLONG lpLen
);
|
|
| Name | Type | Description |
|---|---|---|
| hFont | HIG_PDF_FONT | The font used in the input string inP. |
| inP | LPSTR | The pointer to the string to translate. |
| inLen | LONG | The length of the inP buffer, in bytes. |
| outP | LPSTR | The pointer to the translated string. |
| outLen | LONG | The length of the outP buffer, in bytes. |
| lpLen | LPLONG | The number of bytes in the translated string outP. |
Error count.
This function does not process image pixels.