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_metrics
In This Topic
    IG_PDF_font_get_metrics
    In This Topic

    Gets a font's metrics, which provide the information needed to create a substitute multiple master font when the original font is unavailable.

    Declaration:

     
    Copy Code
    AT_ERRCOUNT ACCUAPI IG_PDF_font_get_metrics(
            HIG_PDF_FONT hFont,
            LPAT_PDF_FONT_METRICS lpFontMetrics
    );
    

    Arguments:

    Name Type Description
    hFont HIG_PDF_FONT The font whose metrics are obtained.
    lpFontMetrics LPAT_PDF_FONT_METRICS The font's metrics.

    Return Value:

    Error count.

    Supported Raster Image Formats:

    This function does not process image pixels.