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_clone(3) fcft fcft_clone(3)

fcft_clone - copy an already instantiated font

#include <fcft/fcft.h>

struct fcft_font *fcft_clone(const struct fcft_font *font);

fcft_clone() creates a new instance by copying font. fcft internally uses reference counting, making this operation very fast (much faster than explicitly instantiating a new font using fcft_from_name()).

To free all resources associated with the both the original font, and the cloned font, fcft_destroy() must be called for both the original font, and the clone.

On success, fcft_clone() returns a pointer to a new fcft_font object. On error, NULL is returned.

fcft_from_name(), fcft_destroy()
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.