summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2017-03-24 13:11:08 +0900
committerAkira TAGOH <akira@tagoh.org>2017-03-24 13:11:08 +0900
commit3e4198674dee1c14bec70016ccf0608c69c308cc (patch)
tree4ee7184a3e07988ff185726087995ad1fcbfa319 /doc
parent5ca2b1e6dcb8c7d2b4b0c19218933b10f3efd813 (diff)
Add the description of FC_LANG envvar to the doc
Diffstat (limited to 'doc')
-rw-r--r--doc/fontconfig-user.sgml4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/fontconfig-user.sgml b/doc/fontconfig-user.sgml
index 30e7b871..e065ff72 100644
--- a/doc/fontconfig-user.sgml
+++ b/doc/fontconfig-user.sgml
@@ -791,6 +791,10 @@ is used to output the detailed debugging messages. see <link linkend="debug">Deb
is used to filter out the patterns. this takes a comma-separated list of object names and effects only when FC_DEBUG has MATCH2. see <link linkend="debug">Debugging Applications</link> section for more details.
</para>
<para>
+<emphasis>FC_LANG</emphasis>
+is used to specify the default language as the weak binding in the query. if this isn't set, the default language will be determined from current locale.
+ </para>
+ <para>
<emphasis>FONTCONFIG_USE_MMAP</emphasis>
is used to control the use of mmap(2) for the cache files if available. this take a boolean value. fontconfig will checks if the cache files are stored on the filesystem that is safe to use mmap(2). explicitly setting this environment variable will causes skipping this check and enforce to use or not use mmap(2) anyway.
</para>