Imported Upstream version 2.11.93
[platform/upstream/fontconfig.git] / doc / FcConfigGetBlanks.3
1 .\" auto-generated by docbook2man-spec from docbook-utils package
2 .TH "FcConfigGetBlanks" "3" "09 3月 2015" "Fontconfig 2.11.93" ""
3 .SH NAME
4 FcConfigGetBlanks \- Get config blanks
5 .SH SYNOPSIS
6 .nf
7 \fB#include <fontconfig/fontconfig.h>
8 .sp
9 FcBlanks * FcConfigGetBlanks (FcConfig *\fIconfig\fB);
10 .fi\fR
11 .SH "DESCRIPTION"
12 .PP
13 Returns the FcBlanks object associated with the given configuration, if no
14 blanks were present in the configuration, this function will return 0.
15 The returned FcBlanks object if not NULL, is valid as long as the owning
16 FcConfig is alive.
17 If \fIconfig\fR is NULL, the current configuration is used.