Man page - fcft_text_run_destroy(3)
Packages contas this manual
- fcft_text_run_destroy(3)
- fcft_set_scaling_filter(3)
- fcft_rasterize_text_run_utf32(3)
- fcft_kerning(3)
- fcft_font_options_create(3)
- fcft_rasterize_char_utf32(3)
- fcft_init(3)
- fcft_font_options_destroy(3)
- fcft_precompose(3)
- fcft_from_name(3)
- fcft_log_init(3)
- fcft_clone(3)
- fcft_fini(3)
- fcft_from_name2(3)
- fcft_rasterize_grapheme_utf32(3)
- fcft_destroy(3)
- fcft_set_emoji_presentation(3)
- fcft_capabilities(3)
Package: libfcft-doc
apt-get install libfcft-doc
apt-get install libfcft-doc
Manuals in package:
Documentations in package:
Manual
| fcft_text_run_destroy(3) | fcft | fcft_text_run_destroy(3) |
NAME
fcft_text_run_destroy - free fcft_text_run objects
SYNOPSIS
#include <fcft/fcft.h>
void fcft_text_run_destroy(struct fcft_text_run *run);
DESCRIPTION
fcft_text_run_destroy() frees the fcft_text_run object run, which must have been created with fcft_text_run_rasterize().
Note that it is ok to call fcft_destroy() on the font object that was used to rasterize the text-run, before freeing the text-run itself. I.e. applications may cache text-runs beyond the life time of the font object.
run may be NULL, in which case fcft_text_run_destroy() is a no-op.
SEE ALSO
fcft_text_run_rasterize()
| 2025-03-22 | 3.3.1 |