1FcCharSetCopy(3) FcCharSetCopy(3)
23
4
NAME
6FcCharSetCopy - Copy a charset
7
SYNOPSIS
9#include <fontconfig.h>
1011
FcCharSet * FcCharSetCopy(FcCharSet *src);
12.fi
13
DESCRIPTION
15Makes a copy of src; note that this may not actually do anything more
16than increment the reference count on src.
17
VERSION
19Fontconfig version 2.8.0
2021
22
23
18 November 2009 FcCharSetCopy(3)