Windows 3.1 Device Drivers (ddag31qh.hlp) (Table of Contents; Topic list)
EngineDeleteFont
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
BOOL EngineDeleteFont(lpFont)
LPFONTINFO lpFont;   /* points to font to delete */
 
The EngineDeleteFont function deletes an engine font. A driver calls this
function, while processing a call to its RealizeObject function, to delete a
font that was previously realized using the EngineRealizeFont function.
 
Import Module.Ordinal: GDI.301.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
lpFont     Points to a FONTINFO structure containing information defining
           the font to delete.
 
Return Value
 
This function return TRUE if it successfully deletes the font. Otherwise, it
return FALSE.
 
See Also
 
EngineRealizeFont, RealizeObject