1fcft_text_run_destroy(3)             fcft             fcft_text_run_destroy(3)
2
3
4

NAME

6       fcft_text_run_destroy - free fcft_text_run objects
7

SYNOPSIS

9       #include <fcft/fcft.h>
10
11       void fcft_text_run_destroy(struct fcft_text_run *run);
12

DESCRIPTION

14       fcft_text_run_destroy() frees the fcft_text_run object run, which must
15       have been created with fcft_text_run_rasterize().
16
17       Note that it is ok to call fcft_destroy() on the font object that was
18       used to rasterize the text-run, before freeing the text-run itself.
19       I.e. applications may cache text-runs beyond the life time of the font
20       object.
21
22       run may be NULL, in which case fcft_text_run_destroy() is a no-op.
23

SEE ALSO

25       fcft_text_run_rasterize()
26
27
28
293.1.5                             2022-09-20          fcft_text_run_destroy(3)
Impressum