8796e783c13451abf1143f0adf1c97a521f70d7e
[platform/upstream/fontconfig.git] / doc / FcCharSetMerge.3
1 .\" auto-generated by docbook2man-spec from docbook-utils package
2 .TH "FcCharSetMerge" "3" "05 8月 2016" "Fontconfig 2.12.1" ""
3 .SH NAME
4 FcCharSetMerge \- Merge charsets
5 .SH SYNOPSIS
6 .nf
7 \fB#include <fontconfig/fontconfig.h>
8 .sp
9 FcBool FcCharSetMerge (FcCharSet *\fIa\fB, const FcCharSet *\fIb\fB, FcBool *\fIchanged\fB);
10 .fi\fR
11 .SH "DESCRIPTION"
12 .PP
13 Adds all chars in \fIb\fR to \fIa\fR\&.
14 In other words, this is an in-place version of FcCharSetUnion.
15 If \fIchanged\fR is not NULL, then it returns whether any new
16 chars from \fIb\fR were added to \fIa\fR\&.
17 Returns FcFalse on failure, either when \fIa\fR is a constant
18 set or from running out of memory.