dbf6daadb845186f934d3d07011709b5d23d1958
[platform/upstream/fontconfig.git] / doc / FcFontSetAdd.3
1 .\" auto-generated by docbook2man-spec from docbook-utils package
2 .TH "FcFontSetAdd" "3" "05 8月 2016" "Fontconfig 2.12.1" ""
3 .SH NAME
4 FcFontSetAdd \- Add to a font set
5 .SH SYNOPSIS
6 .nf
7 \fB#include <fontconfig/fontconfig.h>
8 .sp
9 FcBool FcFontSetAdd (FcFontSet *\fIs\fB, FcPattern *\fIfont\fB);
10 .fi\fR
11 .SH "DESCRIPTION"
12 .PP
13 Adds a pattern to a font set. Note that the pattern is not copied before
14 being inserted into the set. Returns FcFalse if the pattern cannot be
15 inserted into the set (due to allocation failure). Otherwise returns FcTrue.