ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / PDF Component API Reference / PDF Component Objects Reference / General Objects / HIG_PDF_FONT / IG_PDF_font_get_charset
In This Topic
    IG_PDF_font_get_charset
    In This Topic

    Gets the font's character set.

    Declaration:

     
    Copy Code
    AT_ERRCOUNT ACCUAPI IG_PDF_font_get_charset(
            HIG_PDF_FONT hFont,
            LPAT_INT lpCharSet
    );
    

    Arguments:

    Name Type Description
    hFont HIG_PDF_FONT The font whose character set is obtained.
    lpCharSet LPAT_INT The font's character set.

    Return Value:

    Error count.

    Supported Raster Image Formats:

    This function does not process image pixels.

    Remarks:

    For non-Roman character set viewers, call IG_PDF_font_get_encoding_name() instead.