This function obtains lpnFlags that can be passed to IG_PDE_font_create_from_sysfont_and_encoding.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_PDF_sysfont_get_create_flags( HIG_PDF_SYSFONT hSysFont, HIG_PDF_SYSENCODING hSysEncoding, LPLONG lpnFlags ); |
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. |
Error count.
This function does not process image pixels.
If the combination of hSysFont and hSysEncoding is not allowed, it is set to -1.