1FcConfigFilename(3) FcConfigFilename(3)
2
3
4
6 FcConfigFilename - Find a config file
7
9 #include <fontconfig/fontconfig.h>
10
11 FcChar8 * FcConfigFilename (const FcChar8 *name);
12
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 FONTCONFIG_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 FONTCONFIG_PATH environment variable.
25
26
27
28Fontconfig 2.13.92 09 8月 2019 FcConfigFilename(3)