ImageGear Professional for Linux
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.

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback