fcft_font_options_destroy - Man Page
free fcft_font_options objects
Synopsis
#include <fcft/fcft.h>
void fcft_font_options_destroy(struct fcft_font_options *options);
Description
fcft_font_options_destroy() frees the fcft_font_options object options, which must have been created with fcft_font_options_create().
options may be NULL, in which case fcft_font_options_destroy() is a no-op.
See Also
Referenced By
fcft_font_options_create(3), fcft_from_name2(3).
2025-03-14 3.3.1 fcft