20 lines
562 B
Groff
20 lines
562 B
Groff
.\\" auto-generated by docbook2man-spec $Revision: 1.3 $
|
|
.TH "FcConfigGetFontDirs" "3" "18 November 2009" "" ""
|
|
.SH NAME
|
|
FcConfigGetFontDirs \- Get font directories
|
|
.SH SYNOPSIS
|
|
.nf
|
|
\fB#include <fontconfig.h>
|
|
.sp
|
|
FcStrList * FcConfigGetFontDirs(FcConfig *\fIconfig\fB);
|
|
\fR.fi
|
|
.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.
|
|
.SH "VERSION"
|
|
.PP
|
|
Fontconfig version 2.8.0
|