summaryrefslogtreecommitdiff
path: root/luaotfload-colors.lua
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2013-05-14 18:41:03 +0200
committerPhilipp Gesang <phg42.2a@gmail.com>2013-05-14 18:41:03 +0200
commit7dd61da118b86f7e0cbf23e509f854fd692aedee (patch)
treef41daca8f239aeb7bcd108bbcc79e468303e22ee /luaotfload-colors.lua
parent34d9f5c80a871394b2396ab486222e4e6f4b75d6 (diff)
downloadluaotfload-7dd61da118b86f7e0cbf23e509f854fd692aedee.tar.gz
add font name matching functionality
Diffstat (limited to 'luaotfload-colors.lua')
-rw-r--r--luaotfload-colors.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/luaotfload-colors.lua b/luaotfload-colors.lua
index ec076c2..7bd5c1f 100644
--- a/luaotfload-colors.lua
+++ b/luaotfload-colors.lua
@@ -7,12 +7,16 @@ if not modules then modules = { } end modules ['luaotfload-colors'] = {
}
--[[doc--
+
buggy coloring with the pre_output_filter when expansion is enabled
· tfmdata for different expansion values is split over different objects
· in ``initializeexpansion()``, chr.expansion_factor is set, and only
those characters that have it are affected
· in constructors.scale: chr.expansion_factor = ve*1000 if commented out
makes the bug vanish
+
+explanation: http://tug.org/pipermail/luatex/2013-May/004305.html
+
--doc]]--