Funktionreferenz


_WinAPI_RemoveFontMemResourceEx


Removes the fonts added from a memory image

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

Parameter

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

Rückgabewert

Success: True
Failure: False

Bemerkungen

None.

Verwandte Funktionen

_WinAPI_AddFontMemResourceEx

Siehe auch

Suche nach RemoveFontMemResourceEx in der MSDN Bibliothek.