ImageGear Professional DLL v18.1 for Windows
IG_PDE_font_get_create_need_flags
Send Feedback
ImageGear Professional v18.1 > 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

Glossary Item Box

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.

©2014. Accusoft Corporation. All Rights Reserved.