summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElie Roux <elie.roux@telecom-bretagne.eu>2010-05-24 23:45:16 +0300
committerElie Roux <elie.roux@telecom-bretagne.eu>2010-05-24 23:45:16 +0300
commit8abaf143c2810fc5b8069ac1f2f82591227c7031 (patch)
tree906caafc9014a423d850e4aa84966309bc3dd495
parentc37e7ce97e45de5af43f750fd1649e44079cb766 (diff)
downloadluaotfload-8abaf143c2810fc5b8069ac1f2f82591227c7031.tar.gz
doc
-rw-r--r--otfl-font-nms.lua11
1 files changed, 10 insertions, 1 deletions
diff --git a/otfl-font-nms.lua b/otfl-font-nms.lua
index 7a8e1e4..120d259 100644
--- a/otfl-font-nms.lua
+++ b/otfl-font-nms.lua
@@ -590,7 +590,16 @@ local function scan_texmf_fonts(fontnames, newfontnames)
end
--[[
- TODO: doc
+ For the OS fonts, there are several options:
+ - if OSFONTDIR is set (which is the case under windows by default but
+ not on the other OSs), it scans it at the same time as the texmf tree,
+ in the scan_texmf_fonts.
+ - if not:
+ - under Windows and Mac OSX, we take a look at some hardcoded directories
+ - under Unix, we read /etc/fonts/fonts.conf and read the directories in it
+
+ This means that if you have fonts in fancy directories, you need to set them
+ in OSFONTDIR.
]]
--[[