1FcConfigFilename(3)                                        FcConfigFilename(3)
2
3
4

NAME

6       FcConfigFilename - Find a config file
7

SYNOPSIS

9       #include <fontconfig.h>
10
11       FcChar8 * FcConfigFilename(const FcChar8 *name);
12       .fi
13

DESCRIPTION

15       Given  the  specified external entity name, return the associated file‐
16       name.  This provides applications a way to convert  various  configura‐
17       tion file references into filename form.
18
19       A  null  or  empty  name  indicates that the default configuration file
20       should be used; which file this references can be overridden  with  the
21       FC_CONFIG_FILE  environment  variable. Next, if the name starts with ~,
22       it refers to a file in the current users home directory.  Otherwise  if
23       the  name  doesn't  start  with '/', it refers to a file in the default
24       configuration directory; the built-in default directory can be overrid‐
25       den with the FC_CONFIG_DIR environment variable.
26

VERSION

28       Fontconfig version 2.8.0
29
30
31
32                               18 November 2009            FcConfigFilename(3)
Impressum