Unload a local server
#include <font_api.h> int PfDetachLocalDll( fontdll_t dll );
font
This function unloads a local font server dll. All resources associated with the provided fontdll_t context are deallocated. If a server thread is active, it will also terminate. If a fontsleuth thread is active, it will also terminate.
EFAULT Font dll context is NULL.
See the examples for PfAttachLocalDll() and PfAssignDllCx().
Photon
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | No |
Thread | Yes |
Fonts chapter of the Photon Programmer's Guide