diff options
author | Will Robertson <wspr81@gmail.com> | 2010-05-19 15:28:08 +0930 |
---|---|---|
committer | Will Robertson <wspr81@gmail.com> | 2010-05-19 18:13:33 +0930 |
commit | ac9ec67a4942ae8d1aa3e9d4d3c00d7794e04390 (patch) | |
tree | be70087a91035c43fbbc28aeea9274f6a661d9c1 | |
parent | 94556836a52d7bdb41f405f9a7ea604c78a205d0 (diff) | |
download | luaotfload-ac9ec67a4942ae8d1aa3e9d4d3c00d7794e04390.tar.gz |
a little documentation for mkluatexfontdb --help
-rwxr-xr-x | mkluatexfontdb.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mkluatexfontdb.lua b/mkluatexfontdb.lua index 792167b..c440b99 100755 --- a/mkluatexfontdb.lua +++ b/mkluatexfontdb.lua @@ -42,6 +42,14 @@ Valid options: -V --version print version and exit -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 + /System/Library/Fonts /Network/Library/Fonts +In particular, fonts installed in other locations with "Font Book" will not +be available. + The output database file is named otfl-fonts.lua. By default it is placed in $TEXMFVAR/luatex/generic/luaotfload/names. ]], name)) |