diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-11-06 17:52:17 +0100 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-11-06 17:52:17 +0100 |
commit | 480327fcaf3d5da8f2766e7cf9fa6e2fbb59ceb5 (patch) | |
tree | fc77146fa4a12ebb8cc257a5283f4ede9276b006 | |
parent | 4467a6f5150c49cd0992a624c294018cf02be07c (diff) | |
download | luaotfload-480327fcaf3d5da8f2766e7cf9fa6e2fbb59ceb5.tar.gz |
[db] fix test for regular style
-rw-r--r-- | luaotfload-database.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/luaotfload-database.lua b/luaotfload-database.lua index 567149a..9101f94 100644 --- a/luaotfload-database.lua +++ b/luaotfload-database.lua @@ -2747,6 +2747,7 @@ local collect_families = function (mappings) -- if not modifier then --- regular, exact only modifier = check_regular (fontstyle_name, + prefmodifiers, subfamily, splitstyle) end |