Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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