fcft_text_run_destroy - free fcft_text_run objects
Contents
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.
Name
fcft_text_run_destroy - free fcft_text_run objects
See Also
fcft_text_run_rasterize()
3.3.1 2025-03-22 fcft_text_run_destroy(3)
Synopsis
#include<fcft/fcft.h>voidfcft_text_run_destroy(structfcft_text_run*run);
