Introduction to Library Functions FcConfigBuildFonts(3)
NAME
FcConfigBuildFonts - Build font database
SYNOPSIS
cc [ flag... ] file... -lfontconfig [ library... ]
#include
FcBool FcConfigBuildFonts(FcConfig *config);
DESCRIPTION
Builds the set of available fonts for the given configura-
tion. Note that any changes to the configuration after this call have indeterminate effects. Returns FcFalse if this operation runs out of memory. 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