ImageGear Professional DLL v18.1 for Windows
IG_PDF_sysfont_get_create_flags
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > General Objects > HIG_PDF_SYSFONT > IG_PDF_sysfont_get_create_flags

Glossary Item Box

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.

©2014. Accusoft Corporation. All Rights Reserved.