Introduction to Library Functions FcConfigGetBlanks(3)
NAME
FcConfigGetBlanks - Get config blanks
SYNOPSIS
cc [ flag... ] file... -lfontconfig [ library... ]
#include
FcBlanks * FcConfigGetBlanks(FcConfig *config);
DESCRIPTION
Returns the FcBlanks object associated with the given confi-
guration, if no blanks were present in the configuration, this function will return 0. The returned FcBlanks object if not NULL, is valid as long as the owning FcConfig is alive. If config is NULL, the current configuration is used. VERSION Fontconfig version 2.8.0ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Availability | system/library/fontconfig ||_____________________________|_____________________________|
| Interface Stability | Volatile ||_____________________________|_____________________________|
| MT-Level | Unknown |
|_____________________________|_____________________________|
SunOS 5.10 Last change: 18 November 2009 1