fcft_font_options_destroy(3) fcft fcft_font_options_destroy(3)

fcft_font_options_destroy - free fcft_font_options objects

#include <fcft/fcft.h>

void fcft_font_options_destroy(struct fcft_font_options *options);

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.

fcft_font_options_create()

2025-03-06 3.2.0