Introduction to Library Functions FcConfigFilename(3)
NAME
FcConfigFilename - Find a config file
SYNOPSIS
cc [ flag... ] file... -lfontconfig [ library... ]
#include
FcChar8 * FcConfigFilename(const FcChar8 *name);
DESCRIPTION
Given the specified external entity name, return the associ-
ated filename. This provides applications a way to convert various configuration file references into filename form.A null or empty name indicates that the default configura-
tion file should be used; which file this references can beoverridden with the FC_CONFIG_FILE environment variable.
Next, if the name starts with ~, it refers to a file in the current users home directory. Otherwise if the name doesn'tstart with '/', it refers to a file in the default confi-
guration directory; the built-in default directory can be
overridden with the FC_CONFIG_DIR environment variable.
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