logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

fcft_font_options_destroy - free fcft_font_options objects

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.

Name

       fcft_font_options_destroy - free fcft_font_options objects

See Also

fcft_font_options_create()

3.3.1                                              2025-03-22                       fcft_font_options_destroy(3)

Synopsis

#include<fcft/fcft.h>voidfcft_font_options_destroy(structfcft_font_options*options);

See Also