.\" Generated by scdoc 1.11.2 .\" 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" "2024-02-01" "3.1.7" "fcft" .P .SH NAME .P fcft_text_run_destroy - free fcft_text_run objects .P .SH SYNOPSIS .P \fB#include \fR .P \fBvoid fcft_text_run_destroy(struct fcft_text_run *\fR\fIrun\fR\fB);\fR .P .SH DESCRIPTION .P \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().\& .P 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.\& .P \fIrun\fR may be NULL, in which case \fBfcft_text_run_destroy\fR() is a no-op.\& .P .SH SEE ALSO .P \fBfcft_text_run_rasterize\fR()