1FcConfigGetFontDirs(3) FcConfigGetFontDirs(3)
23
4
NAME
6FcConfigGetFontDirs - Get font directories
7
SYNOPSIS
9#include <fontconfig.h>
1011
FcStrList * FcConfigGetFontDirs(FcConfig *config);
12.fi
13
DESCRIPTION
15Returns the list of font directories in config. This includes the con‐
16figured font directories along with any directories below those in the
17filesystem. If config is NULL, the current configuration is used.
18
VERSION
20Fontconfig version 2.8.0
2122
23
24
18 November 2009 FcConfigGetFontDirs(3)