Manpage logo

fcft_font_options_destroy - free fcft_font_options objects

NAME  SYNOPSIS  DESCRIPTION  SEE ALSO 

NAME

fcft_font_options_destroy - 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

fcft_font_options_create()


Updated 2026-06-01 - jenkler.se | uex.se