ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > Page Editing Objects and Elements > HIG_PDE_FONT > IG_PDE_font_set_sysfont |
Sets the system font object to be used with a font object that does not currently have a system font associated with it.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_PDE_font_set_sysfont( HIG_PDE_FONT hFont, HIG_PDF_SYSFONT hSysFont ); |
Name | Type | Description |
hFont | HIG_PDE_FONT | PDE Font whose system font is set. |
hSysFont | HIG_PDF_SYSFONT | The new system font object. |
Error count.
This function does not process image pixels.