Man page - fcft_font_options_destroy(3)
Packages contains this manual
- fcft_log_init(3)
- fcft_font_options_create(3)
- fcft_init(3)
- fcft_set_scaling_filter(3)
- fcft_kerning(3)
- fcft_rasterize_char_utf32(3)
- fcft_font_options_destroy(3)
- fcft_precompose(3)
- fcft_rasterize_text_run_utf32(3)
- fcft_set_emoji_presentation(3)
- fcft_capabilities(3)
- fcft_clone(3)
- fcft_rasterize_grapheme_utf32(3)
- fcft_from_name2(3)
- fcft_destroy(3)
- fcft_fini(3)
- fcft_from_name(3)
- fcft_text_run_destroy(3)
Package: libfcft-doc
apt-get install libfcft-doc
apt-get install libfcft-doc
Manuals in package:
Documentations in package:
Manual
fcft_font_options_destroy
NAMESYNOPSIS
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 ()