fcft_destroy - free fcft_font objects
Contents
Description
fcft_destroy() frees the fcft_font object font, which must have been created with fcft_from_name() or
fcft_clone().
After calling fcft_destroy(), font can no longer be used, and all references to fcft_glyph objects
(retrieved with fcft_codepoint_rasterize()) are now invalid.
font may be NULL, in which case fcft_destroy() is a no-op.
Name
fcft_destroy - free fcft_font objects
Return Value
None
See Also
fcft_from_name(), fcft_from_name2(), fcft_clone(), fcft_codepoint_rasterize()
3.3.1 2025-03-22 fcft_destroy(3)
Synopsis
#include<fcft/fcft.h>voidfcft_destroy(structfcft_font*font);
