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

NAME

6       FcConfigFilename - Find a config file
7

SYNOPSIS

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

DESCRIPTION

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

VERSION

27       Fontconfig version 2.4.2
28
29
30
31                                  11 May 2007              FcConfigFilename(3)
Impressum