Imported Upstream version 2.13.0
[platform/upstream/fontconfig.git] / doc / FcConfigSetSysRoot.3
1 .\" auto-generated by docbook2man-spec from docbook-utils package
2 .TH "FcConfigSetSysRoot" "3" "06 3月 2018" "Fontconfig 2.13.0" ""
3 .SH NAME
4 FcConfigSetSysRoot \- Set the system root directory
5 .SH SYNOPSIS
6 .nf
7 \fB#include <fontconfig/fontconfig.h>
8 .sp
9 void FcConfigSetSysRoot (FcConfig *\fIconfig\fB, const FcChar8 *\fIsysroot\fB);
10 .fi\fR
11 .SH "DESCRIPTION"
12 .PP
13 Set 'sysroot' as the system root directory. fontconfig prepend 'sysroot'
14 to the cache directories in order to allow people to generate caches at
15 the build time. Note that this causes changing current config. i.e.
16 this function calls FcConfigSetCurrent() internally.
17 .SH "SINCE"
18 .PP
19 version 2.10.92