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

This function obtains lpnFlags that can be passed to IG_PDE_font_create_from_sysfont_and_encoding.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_PDF_sysfont_get_create_flags(
        HIG_PDF_SYSFONT hSysFont,
        HIG_PDF_SYSENCODING hSysEncoding, 
        LPLONG lpnFlags 
);

Arguments:

Name Type Description
hSysFont HIG_PDF_SYSFONT A SysFont object.
hSysEncoding HIG_PDF_SYSENCODING A SysEncoding object.
lpnFlags LPLONG Create flags that can be passed to IG_PDE_font_create_from_sysfont_and_encoding. If the combination of hSysFont and hSysEncoding is not allowed, it is set to -1.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

If the combination of hSysFont and hSysEncoding is not allowed, it is set to -1.

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