1FcCharSetDestroy(3) FcCharSetDestroy(3)
23
4
NAME
6FcCharSetDestroy - Destroy a character set
7
SYNOPSIS
9#include <fontconfig.h>
1011
void FcCharSetDestroy(FcCharSet *fcs);
12.fi
13
DESCRIPTION
15FcCharSetDestroy decrements the reference count fcs. If the reference
16count becomes zero, all memory referenced is freed.
17
VERSION
19Fontconfig version 2.8.0
2021
22
23
18 November 2009 FcCharSetDestroy(3)