2014-05-18 04:33:03 -06:00
|
|
|
.\" auto-generated by docbook2man-spec from docbook-utils package
|
2016-08-09 12:57:41 -06:00
|
|
|
.TH "FcConfigSetSysRoot" "3" "05 8月 2016" "Fontconfig 2.12.1" ""
|
2014-05-18 04:33:03 -06:00
|
|
|
.SH NAME
|
|
|
|
FcConfigSetSysRoot \- Set the system root directory
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.nf
|
|
|
|
\fB#include <fontconfig/fontconfig.h>
|
|
|
|
.sp
|
|
|
|
void FcConfigSetSysRoot (FcConfig *\fIconfig\fB, const FcChar8 *\fIsysroot\fB);
|
|
|
|
.fi\fR
|
|
|
|
.SH "DESCRIPTION"
|
|
|
|
.PP
|
|
|
|
Set 'sysroot' as the system root directory. fontconfig prepend 'sysroot'
|
|
|
|
to the cache directories in order to allow people to generate caches at
|
|
|
|
the build time. Note that this causes changing current config. i.e.
|
|
|
|
this function calls FcConfigSetCurrent() internally.
|
|
|
|
.SH "SINCE"
|
|
|
|
.PP
|
|
|
|
version 2.10.92
|