Imported Upstream version 2.14.2
[platform/upstream/fontconfig.git] / doc / FcConfigGetFontDirs.3
1 .\" auto-generated by docbook2man-spec from docbook-utils package
2 .TH "FcConfigGetFontDirs" "3" "27 1月 2023" "Fontconfig 2.14.2" ""
3 .SH NAME
4 FcConfigGetFontDirs \- Get font directories
5 .SH SYNOPSIS
6 .nf
7 \fB#include <fontconfig/fontconfig.h>
8 .sp
9 FcStrList * FcConfigGetFontDirs (FcConfig *\fIconfig\fB);
10 .fi\fR
11 .SH "DESCRIPTION"
12 .PP
13 Returns the list of font directories in \fIconfig\fR\&. This includes the
14 configured font directories along with any directories below those in the
15 filesystem.
16 If \fIconfig\fR is NULL, the current configuration is used.