1FcCharSetMerge(3) FcCharSetMerge(3)
2
3
4
6 FcCharSetMerge - Merge charsets
7
9 #include <fontconfig/fontconfig.h>
10
11 FcBool FcCharSetMerge (FcCharSet *a, const FcCharSet *b, FcBool *changed);
12
14 Adds all chars in b to a. In other words, this is an in-place version
15 of FcCharSetUnion. If changed is not NULL, then it returns whether any
16 new chars from b were added to a. Returns FcFalse on failure, either
17 when a is a constant set or from running out of memory.
18
19
20
21Fontconfig 2.13.1 30 8月 2018 FcCharSetMerge(3)