summaryrefslogtreecommitdiff
path: root/otfl-font-clr.lua
diff options
context:
space:
mode:
Diffstat (limited to 'otfl-font-clr.lua')
-rw-r--r--otfl-font-clr.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/otfl-font-clr.lua b/otfl-font-clr.lua
index e1f0faa..a6cf63f 100644
--- a/otfl-font-clr.lua
+++ b/otfl-font-clr.lua
@@ -16,7 +16,7 @@ table.insert(fonts.triggers,"color")
function initializers.common.color(tfmdata,value)
if value then
- tfmdata.color = value
+ tfmdata.color = tostring(value)
add_color_callback()
end
end