1FcCharSetCopy(3) FcCharSetCopy(3)
23
4
NAME
6FcCharSetCopy - Copy a charset
7
SYNOPSIS
9#include <fontconfig/fontconfig.h>
1011
FcCharSet * FcCharSetCopy (FcCharSet *src);
12
DESCRIPTION
14Makes a copy of src; note that this may not actually do anything more
15than increment the reference count on src.
1617
18
19
Fontconfig 2.13.92 09 8月 2019 FcCharSetCopy(3)