ImageGear Professional DLL v17.1 for Windows Accusoft
IG_PDE_font_get_onebyte_encoding
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > Page Editing Objects and Elements > HIG_PDE_FONT > IG_PDE_font_get_onebyte_encoding

Glossary Item Box

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:

hFont PDE font object.
lphEncodingDelta 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 TRUE if encodingDelta is filled; FALSE otherwise.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

©2012. Accusoft Corporation. All Rights Reserved.