ASInt32 PDFontXlateToUCSCanRaise(PDFont fontP, ASUns8 *inP, ASInt32 inLen, ASUns8 *outP, ASInt32 outLen);
fontP | The font of the input string
inP. |
inP | A pointer to the string to translate.
|
inLen | The length of the
inP buffer in bytes. |
outP | (Filled by the method) A pointer to the translated string. If it is
NULL, the method returns the size of the translated string. |
outLen | The length of the
outP buffer in bytes. If it is 0, the method returns the size of the translated string. |
outP. An
| genErrBadParm can be raised.
|