.\" Generated by scdoc 1.11.3 .\" Complete documentation for this program is not available as a GNU info page .ie \n(.g .ds Aq \(aq .el .ds Aq ' .nh .ad l .\" Begin generated content: .TH "fcft_text_run_destroy" "3" "2025-01-02" "3.1.10" "fcft" .PP .SH NAME .PP fcft_text_run_destroy - free fcft_text_run objects .PP .SH SYNOPSIS .PP \fB#include \fR .PP \fBvoid fcft_text_run_destroy(struct fcft_text_run *\fR\fIrun\fR\fB);\fR .PP .SH DESCRIPTION .PP \fBfcft_text_run_destroy\fR() frees the \fBfcft_text_run\fR object \fIrun\fR, which must have been created with \fBfcft_text_run_rasterize\fR().\& .PP Note that it is ok to call \fBfcft_destroy\fR() 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.\& .PP \fIrun\fR may be NULL, in which case \fBfcft_text_run_destroy\fR() is a no-op.\& .PP .SH SEE ALSO .PP \fBfcft_text_run_rasterize\fR()