[Previous] [Contents] [Index] [Next]

PfDetach()

Detach from font server

Synopsis:

#include <photon/Pf.h>

void PfDetach( struct _Pf_ctrl *pf );

Description:

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.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

[Previous] [Contents] [Index] [Next]