summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Robertson <wspr81@gmail.com>2010-05-19 23:20:39 +0930
committerWill Robertson <wspr81@gmail.com>2010-05-19 23:20:39 +0930
commit7a4e0e82f8ef4a0f76a733debcd277c5ddc91036 (patch)
tree51f297e666e03e7a59ac06b3094437970e8d0ff6
parent53fb25bb26ea63c4b324819987a506d845afebb8 (diff)
downloadluaotfload-7a4e0e82f8ef4a0f76a733debcd277c5ddc91036.tar.gz
document OSFONTDIR behaviour
-rwxr-xr-xmkluatexfontdb.lua10
1 files changed, 10 insertions, 0 deletions
diff --git a/mkluatexfontdb.lua b/mkluatexfontdb.lua
index c440b99..5eac9ae 100755
--- a/mkluatexfontdb.lua
+++ b/mkluatexfontdb.lua
@@ -43,6 +43,7 @@ Valid options:
-h --help print this message
Fonts are found on Windows or Linux with fontconfig (i.e., using fc-list).
+
On Mac OS X, only fonts located in the following standard font locations are
included in the font database:
~/Library/Fonts /Library/Fonts
@@ -50,6 +51,15 @@ included in the font database:
In particular, fonts installed in other locations with "Font Book" will not
be available.
+Rather than using fontconfig or, in Mac OS X, searching the default font
+locations, you may specify where fonts are located by setting the OSFONTDIR
+environment variable. Doing so will override the use of fontconfig or
+scanning the system font locations. If you wish to continue to include them
+while also including other font locations, simply include them in the list.
+For example (using a bash shell),
+
+ export OSFONTDIR='/path/to/other/fonts:/Users/will/Library/Fonts:...'
+
The output database file is named otfl-fonts.lua. By default it is placed
in $TEXMFVAR/luatex/generic/luaotfload/names.
]], name))