1FcCharSetMerge(3)                                            FcCharSetMerge(3)
2
3
4

NAME

6       FcCharSetMerge - Merge charsets
7

SYNOPSIS

9       #include <fontconfig.h>
10
11       FcBool FcCharSetMerge(FcCharSet *a);
12       (const FcCharSet *b);
13       (FcBool *changed);
14       .fi
15

DESCRIPTION

17       Adds  all chars in b to a.  In other words, this is an in-place version
18       of FcCharSetUnion.  If changed is not NULL, then it returns whether any
19       new  chars  from b were added to a.  Returns FcFalse on failure, either
20       when a is a constant set or from running out of memory.
21

VERSION

23       Fontconfig version 2.8.0
24
25
26
27                               18 November 2009              FcCharSetMerge(3)
Impressum