ImageGear Professional DLL v17.1 for Windows Accusoft
IG_PDF_sysfont_get_attrs
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > General Objects > HIG_PDF_SYSFONT > IG_PDF_sysfont_get_attrs

Glossary Item Box

Gets the attributes of a system font.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_PDF_sysfont_get_attrs(
        HIG_PDF_SYSFONT hSysFont,
        LPAT_PDE_FONTATTRS lpAttrs );

Arguments:

hSysFont A SysFont object referencing a system font.
lpAttrs Pointer to AT_PDE_FONTATTRS with the attributes of a system font.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

The attributes will be returned in the buffer pointed to by lpAttrs.

This call can be expensive to execute, as it may involve parsing the font in order to determine attributes.

©2012. Accusoft Corporation. All Rights Reserved.