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_destroy(3) fcft fcft_destroy(3)

fcft_destroy - free fcft_font objects

#include <fcft/fcft.h>

void fcft_destroy(struct fcft_font *font);

fcft_destroy() frees the fcft_font object font, which must have been created with fcft_from_name(), fcft_clone(), or fcft_size_adjust().

After calling fcft_destroy(), font can no longer be used, and all references to fcft_glyph objects (retrieved with fcft_codepoint_rasterize()) are now invalid.

font may be NULL, in which case fcft_destroy() is a no-op.

None

fcft_from_name(), fcft_clone(), fcft_size_adjust(), fcft_codepoint_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.