Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
fcft_destroy(3) 		      fcft			 fcft_destroy(3)

NAME
     fcft_destroy - free fcft_font objects

SYNOPSIS
     #include <fcft/fcft.h>

     void fcft_destroy(struct fcft_font *font);

DESCRIPTION
     fcft_destroy()  frees  the fcft_font object font, which must have been cre-
     ated with fcft_from_name() or fcft_clone().

     After calling fcft_destroy(), font can no longer be used,	and  all  refer-
     ences 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.

RETURN VALUE
     None

SEE ALSO
     fcft_from_name(),	fcft_from_name2(),  fcft_clone(), fcft_codepoint_raster-
     ize()

3.3.3				   2026-07-30			 fcft_destroy(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=fcft_destroy&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help