blob: 44a4042d68569499fb008be54695b13edc6ec734 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
.\\" auto-generated by docbook2man-spec $Revision: 1.3 $
.TH "FcConfigAppFontClear" "3" "18 November 2009" "" ""
.SH NAME
FcConfigAppFontClear \- Remove all app fonts from font database
.SH SYNOPSIS
.nf
\fB#include <fontconfig.h>
.sp
void FcConfigAppFontClear(FcConfig *\fIconfig\fB);
\fR.fi
.SH "DESCRIPTION"
.PP
Clears the set of application-specific fonts.
If \fIconfig\fR is NULL, the current configuration is used.
.SH "VERSION"
.PP
Fontconfig version 2.8.0
|