GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
fcft_text_run_destroy(3) fcft fcft_text_run_destroy(3)

fcft_text_run_destroy - free fcft_text_run objects

#include <fcft/fcft.h>

void fcft_text_run_destroy(struct fcft_text_run *run);

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.

fcft_text_run_rasterize()
2022-04-26 3.0.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.