Introduction to Library Functions FcConfigGetFonts(3)
NAME
FcConfigGetFonts - Get config font set
SYNOPSIS
cc [ flag... ] file... -lfontconfig [ library... ]
#include
FcFontSet * FcConfigGetFonts(FcConfig *config);
(FcSetName set);DESCRIPTION
Returns one of the two sets of fonts from the configuration as specified by set. This font set is owned by the library and must not be modified or freed. 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