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

PfDetach()

Detach from font server

Synopsis:

#include <photon/Pf.h>

void PfDetach( struct _Pf_ctrl *pf );

Arguments:

pf
A control structure returned by a previous call to PfAttach().

Library:

ph

Description:

This function detaches the task from the font server and releases all the memory that the control structure uses, including any shared memory and local metrics code.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PfAttach(), PfExtentCx(), PfExtentTextCharPositionsCx(), PfGetOutlineCx(), PfRenderCx()

Fonts chapter of the Photon Programmer's Guide


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