xenocara/dist/fontconfig/doc/FcConfigGetFontDirs.3

17 lines
554 B
Groff
Raw Normal View History

.\" auto-generated by docbook2man-spec from docbook-utils package
2025-01-10 01:40:29 +00:00
.TH "FcConfigGetFontDirs" "3" "22 12月 2023" "Fontconfig 2.15.0" ""
.SH NAME
FcConfigGetFontDirs \- Get font directories
.SH SYNOPSIS
.nf
\fB#include <fontconfig/fontconfig.h>
.sp
FcStrList * FcConfigGetFontDirs (FcConfig *\fIconfig\fB);
.fi\fR
.SH "DESCRIPTION"
.PP
Returns the list of font directories in \fIconfig\fR\&. This includes the
configured font directories along with any directories below those in the
filesystem.
If \fIconfig\fR is NULL, the current configuration is used.