ImageGear for C and C++ on Linux v20.0 - Updated
IG_PDF_font_get_encoding_index
API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > General Objects > HIG_PDF_FONT > IG_PDF_font_get_encoding_index

Gets a font's encoding index.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_PDF_font_get_encoding_index(
        HIG_PDF_FONT hFont,
        LPLONG lpIndex
);

Arguments:

Name Type Description
hFont HIG_PDF_FONT The font whose encoding index is obtained.
lpIndex LPLONG A font encoding index.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

For non-Roman character set viewers, it is not appropriate to call this function; call IG_PDF_font_get_encoding_name() instead.

Is this page helpful?
Yes No
Thanks for your feedback.