ImageGear Professional DLL v17.1 for Windows Accusoft
IG_PDF_sysfont_get_create_flags
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_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:

hSysFont A SysFont object.
hSysEncoding A SysEncoding object.
lpnFlags 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.

©2012. Accusoft Corporation. All Rights Reserved.