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

Gets a string representing a font's encoding.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_PDF_font_get_encoding_name(
        HIG_PDF_FONT hFont,
        LPBYTE* EncodingName
);

Arguments:

Name Type Description
hFont HIG_PDF_FONT The font whose encoding name is obtained.
EncodingName LPBYTE* String representing the font's encoding.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

Use IG_PDF_font_get_encoding_index() to get encoding information for Roman viewers.

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