| ![[Previous]](../image-lib/prev.gif) | ![[Contents]](../image-lib/contents.gif) | ![[Index]](../image-lib/keyword_index.gif) | ![[Next]](../image-lib/next.gif) | 
Detach from font server
#include <photon/Pf.h> void PfDetach( struct _Pf_ctrl *pf );
This function detaches the task from the font server. The pf parameter must be the control structure returned by a previous call to PfAttach(). All memory used by this structure is also released, including any shared-memory region and local metrics code.
Photon
| Safety: | |
|---|---|
| Interrupt handler | No | 
| Signal handler | No | 
| Thread | No | 
| ![[Previous]](../image-lib/prev.gif) | ![[Contents]](../image-lib/contents.gif) | ![[Index]](../image-lib/keyword_index.gif) | ![[Next]](../image-lib/next.gif) |