ImageGear for C and C++ on Linux v20.0 - Updated
IG_PDE_font_get_create_need_flags
API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > Page Editing Objects and Elements > HIG_PDE_FONT > IG_PDE_font_get_create_need_flags

This function returns flags indicating what needs to be done to make hFont complete.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_PDE_font_get_create_need_flags(
        HIG_PDE_FONT hFont,
        LPLONG lpnFlags 
);

Arguments:

Name Type Description
hFont HIG_PDE_FONT PDE font object. 
lpnFlags LPLONG A value corresponding to enumIGPDEFontCreateNeedFlags.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

IG_PDE_FONT_CREATE_NEED_WIDTHS can be cleared by IG_PDE_font_create_widths_now.

IG_PDE_FONT_CREATE_NEED_TO_UNICODE can be cleared by IG_PDE_font_create_tounicode_now.

IG_PDE_FONT_CREATE_NEED_EMBED can be cleared by IG_PDE_font_embed_now.

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