 
            Used to obtain a PDE Font corresponding to a font in the system.
| 
                        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 
);
 | |
| Name | Type | Description | 
|---|---|---|
| hSysFont | HIG_PDF_SYSFONT | PDF system font object referencing a system font. | 
| lpParams | LPAT_PDE_FONT_CREATEFROMSYSFONTPARAMS | Pointer to the parameters structure. | 
| lphFont | LPHIG_PDE_FONT | The new PDE Font object. | 
Error count.
This function does not process image pixels.
Call IG_PDE_font_release to dispose of the returned font object when finished with it.