File: fcft_fini.3.scd

package info (click to toggle)
fcft 3.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,248 kB
  • sloc: ansic: 8,184; python: 115; sh: 44; makefile: 4
file content (23 lines) | stat: -rw-r--r-- 431 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
fcft_fini(3) "3.3.3" "fcft"

# NAME

fcft_fini - release global resources

# SYNOPSIS

*\#include <fcft/fcft.h>*

*void fcft_fini(*void*);*

# DESCRIPTION

Free's all global resources: the font cache, thread synchronization
primitives, and calls *FT_Done_FreeType*() and *FcFini*().

Calling *fcft_fini*() is usually not required, but is needed for clean
Valgrind runs.

# SEE ALSO

*fcft_init*(), *FT_Done_FreeType*(), *FcFini*()