1FcCharSetUnion(3) FcCharSetUnion(3)
23
4
NAME
6FcCharSetUnion - Add charsets
7
SYNOPSIS
9#include <fontconfig.h>
1011
FcCharSet * FcCharSetUnion(const FcCharSet *a);
12(const FcCharSet *b);
13.fi
14
DESCRIPTION
16Returns a set including only those chars found in either a or b.
17
VERSION
19Fontconfig version 2.8.0
2021
22
23
18 November 2009 FcCharSetUnion(3)