diff options
author | Karl Berry <karl@freefriends.org> | 2011-04-23 00:58:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-04-23 00:58:21 +0000 |
commit | ca90ade9a3e6ded06b5dc430075751cf86f19937 (patch) | |
tree | bde718a012b0ef728b41e3d0a0428a219caaf528 /Master/texmf-dist/scripts/luaotfload/mkluatexfontdb.lua | |
parent | ff83cbbc2df8e4ff900f68c842cd0fd92b56ecb8 (diff) |
luaotfload (21apr11)
git-svn-id: svn://tug.org/texlive/trunk@22165 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/luaotfload/mkluatexfontdb.lua')
-rwxr-xr-x | Master/texmf-dist/scripts/luaotfload/mkluatexfontdb.lua | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/Master/texmf-dist/scripts/luaotfload/mkluatexfontdb.lua b/Master/texmf-dist/scripts/luaotfload/mkluatexfontdb.lua index dc46ac09c22..553332d4c7a 100755 --- a/Master/texmf-dist/scripts/luaotfload/mkluatexfontdb.lua +++ b/Master/texmf-dist/scripts/luaotfload/mkluatexfontdb.lua @@ -33,25 +33,6 @@ Valid options: -V --version print version and exit -h --help print this message -Fonts are searched in directories on Windows or Linux that have been -searched with fontconfig. - -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. - -Rather than using the fontconfig locations or, in Mac OS X, searching the -default system 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 and is placed under: %s" |