1FcCharSetUnion(3) FcCharSetUnion(3)
23
4
NAME
6FcCharSetUnion - Add charsets
7
SYNOPSIS
9#include <fontconfig.h>
1011
FcCharSet * FcCharSetUnion (const FcCharSet *a, const FcCharSet *b);
12
DESCRIPTION
14Returns a set including only those chars found in either a or b.
15
VERSION
17Fontconfig version 2.4.2
1819
20
21
11 May 2007 FcCharSetUnion(3)