1FcCharSetDestroy(3) FcCharSetDestroy(3)
23
4
NAME
6FcCharSetDestroy - Destroy a character set
7
SYNOPSIS
9#include <fontconfig.h>
1011
void FcCharSetDestroy (FcCharSet *fcs);
12
DESCRIPTION
14FcCharSetDestroy decrements the reference count fcs. If the reference
15count becomes zero, all memory referenced is freed.
16
VERSION
18Fontconfig version 2.4.2
1920
21
22
11 May 2007 FcCharSetDestroy(3)