diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2016-04-28 22:54:43 +0200 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2016-04-28 22:54:52 +0200 |
commit | e8e069a3020df59046a38c2de18c589de928bbbc (patch) | |
tree | 61984b135f89e64517fdbce33bee5d0205d5dbc9 /doc | |
parent | c306db980b59c03875acebf8a948efe7b7d51b98 (diff) | |
download | luaotfload-e8e069a3020df59046a38c2de18c589de928bbbc.tar.gz |
[doc] extend conf manpage for the inclusion of “my:” lookups
Diffstat (limited to 'doc')
-rw-r--r-- | doc/luaotfload.conf.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/luaotfload.conf.rst b/doc/luaotfload.conf.rst index 3568909..7b7f342 100644 --- a/doc/luaotfload.conf.rst +++ b/doc/luaotfload.conf.rst @@ -295,7 +295,9 @@ and retrieved from the index (``name:Foo Regular``). This behavior can be configured by specifying a list as the value to ``anon-sequence``. Available items are ``tex``, ``path``, ``name`` -- representing the lookups described above, respectively --, and ``file`` for searching a -filename but not an absolute path. +filename but not an absolute path. Also, ``my`` lookups are valid +values but they should only be used from within TeX documents, because +there is no means of customizing a ``my`` lookups on the command line. The ``color-callback`` option determines the stage at which fonts that defined with a ``color=xxyyzz`` feature will be colorized. By default |