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

PfFreeFont()

Release resources associated with a font

Synopsis:

long PfFreeFont( FontID *ptsID );

Library:

ph

Description:

PfFreeFont() releases all resources bound to the font ID pointed to by ptsID.

Returns:

0L
Success.
-1L
An error occurred; errno is set.

Errors:

EFAULT
The ptsID argument is NULL.

Examples:

See PfFindFont().

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PfConvertFontID(), PfDecomposeStemToID(), PfFindFont(), PfFontDescription(), PfFontFlags(), PfFontSize(), PfGenerateFontName(),

Fonts chapter of the Photon Programmer's Guide


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