Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
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.  appli-
     cations 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()

3.3.3				   2026-07-30		fcft_text_run_destroy(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=fcft_text_run_destroy&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help