Gets an array of delta encodings for the given one byte PDE Font.
Declaration:
Copy Code | |
---|---|
AT_ERRCOUNT ACCUAPI IG_PDE_font_get_onebyte_encoding( HIG_PDE_FONT hFont, LPHIG_PDF_ATOM lphEncodingDelta, LPAT_BOOL lpbGotEncodingDelta ); |
Arguments:
Name | Type | Description |
hFont | HIG_PDE_FONT | PDE font object. |
lphEncodingDelta | LPHIG_PDF_ATOM | Pointer to an atom array that is filled with the delta encodings for font. Each entry is the atom for a glyph name that differs from the base encoding. See Section 5.5.5 in the PDF Reference for more information about font encodings. The array must be allocated to hold 256 entries. |
lpbGotEncodingDelta | LPAT_BOOL | TRUE if encodingDelta is filled; FALSE otherwise. |
Return Value:
Error count.
Supported Raster Image Formats:
This function does not process image pixels.