diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2011-04-21 04:12:03 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2011-04-21 04:12:33 +0200 |
commit | d82976c0549baf895b9720d633c231ace492b756 (patch) | |
tree | 116bedfb8f3563f39d6b10ff76992e8ee95007fb /mkluatexfontdb.lua | |
parent | c6cba38a7be2ce6306e5691cd944b07efe7dbc57 (diff) | |
download | luaotfload-d82976c0549baf895b9720d633c231ace492b756.tar.gz |
Remove some misleading text, one should read the manual instead
Diffstat (limited to 'mkluatexfontdb.lua')
-rwxr-xr-x | mkluatexfontdb.lua | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/mkluatexfontdb.lua b/mkluatexfontdb.lua index dc46ac0..553332d 100755 --- a/mkluatexfontdb.lua +++ b/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" |