1FcConfigGetFontDirs(3) FcConfigGetFontDirs(3)
23
4
NAME
6FcConfigGetFontDirs - Get font directories
7
SYNOPSIS
9#include <fontconfig/fontconfig.h>
1011
FcStrList * FcConfigGetFontDirs (FcConfig *config);
12
DESCRIPTION
14Returns the list of font directories in config. This includes the con‐
15figured font directories along with any directories below those in the
16filesystem. If config is NULL, the current configuration is used.
1718
19
20
Fontconfig 2.14.1 21 10月 2022 FcConfigGetFontDirs(3)