ImageGear Professional DLL v17.1 for Windows Accusoft
IG_PDE_font_create_from_sysfont_with_params
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > Page Editing Objects and Elements > HIG_PDE_FONT > IG_PDE_font_create_from_sysfont_with_params

Glossary Item Box

Used to obtain a PDE Font corresponding to a font in the system.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_PDE_font_create_from_sysfont_with_params(
        HIG_PDF_SYSFONT hSysFont,
        LPAT_PDE_FONT_CREATEFROMSYSFONTPARAMS lpParams,
        LPHIG_PDE_FONT lphFont );

Arguments:

hSysFont PDF system font object referencing a system font.
lpParams Pointer to the parameters structure.
lphFont The new PDE Font object.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

Call IG_PDE_font_release to dispose of the returned font object when finished with it.

©2012. Accusoft Corporation. All Rights Reserved.