This function returns flags indicating what needs to be done to make hFont complete.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_PDE_font_get_create_need_flags( HIG_PDE_FONT hFont, LPLONG lpnFlags ); |
Name | Type | Description |
---|---|---|
hFont | HIG_PDE_FONT | PDE font object. |
lpnFlags | LPLONG | A value corresponding to enumIGPDEFontCreateNeedFlags. |
Error count.
This function does not process image pixels.
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.