1FcConfigGetBlanks(3) FcConfigGetBlanks(3)
2
3
4
6 FcConfigGetBlanks - Get config blanks
7
9 #include <fontconfig.h>
10
11 FcBlanks * FcConfigGetBlanks(FcConfig *config);
12 .fi
13
15 Returns the FcBlanks object associated with the given configuration, if
16 no blanks were present in the configuration, this function will return
17 0. The returned FcBlanks object if not NULL, is valid as long as the
18 owning FcConfig is alive. If config is NULL, the current configuration
19 is used.
20
22 Fontconfig version 2.8.0
23
24
25
26 18 November 2009 FcConfigGetBlanks(3)