Function Reference


_WinAPI_RemoveFontMemResourceEx

Removes the fonts added from a memory image

#include <WinAPIGdi.au3>
_WinAPI_RemoveFontMemResourceEx ( $hFont )

Parameters

$hFont Handle to the font-resource. This handle is returned by the _WinAPI_AddFontMemResourceEx() function.

Return Value

Success: True
Failure: False

Related

_WinAPI_AddFontMemResourceEx

See Also

Search RemoveFontMemResourceEx in MSDN Library.