diff options
author | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-05-05 00:28:02 -0700 |
---|---|---|
committer | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-05-05 00:28:02 -0700 |
commit | 0a60523dfb9e89bc67a78b423a753166bbde2b32 (patch) | |
tree | 5eb4bfd88b7d9ddf18982e61143f5b6fc2e52909 /luaotfload.dtx | |
parent | 7c1916deae8420ae3120baaa17524c56f7dfdbb0 (diff) | |
parent | 4d710465b3ee51293a0f4154f14f26b951351819 (diff) | |
download | luaotfload-0a60523dfb9e89bc67a78b423a753166bbde2b32.tar.gz |
Merge pull request #43 from phi-gamma/master
modifications to color handling
Diffstat (limited to 'luaotfload.dtx')
-rw-r--r-- | luaotfload.dtx | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx index fb57462..d8d1863 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -1182,11 +1182,12 @@ and the derived files luaotfload = luaotfload or {} local luaotfload = luaotfload -config = config or { } -config.luaotfload = config.luaotfload or { } -config.luaotfload.resolver = config.luaotfload.resolver or "normal" -config.luaotfload.definer = config.luaotfload.definer or "patch" -config.luaotfload.loglevel = config.luaotfload.loglevel or 1 +config = config or { } +config.luaotfload = config.luaotfload or { } +config.luaotfload.resolver = config.luaotfload.resolver or "normal" +config.luaotfload.definer = config.luaotfload.definer or "patch" +config.luaotfload.loglevel = config.luaotfload.loglevel or 1 +config.luaotfload.color_callback = config.luaotfload.color_callback or "pre_linebreak_filter" --luaotfload.prefer_merge = config.luaotfload.prefer_merge or true luaotfload.module = { |