Contents

CGFontRelease

Decrements the retain count of a font.

Declaration

extern void CGFontRelease(CGFontRef font);

Parameters

  • font:

    The font to release.

Discussion

This function is equivalent to CFRelease, except that it does not cause an error if the font parameter is NULL.

See Also

Retaining and Releasing a CGFont Object