summaryrefslogtreecommitdiff
path: root/luaotfload-database.lua
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2013-11-07 02:39:30 +0100
committerPhilipp Gesang <phg42.2a@gmail.com>2013-11-07 02:39:30 +0100
commitcb961dc32d9539a581bec5490fcb4307ead8932c (patch)
tree59e5f32efa77032461dbfb8fa453d53f5a671d37 /luaotfload-database.lua
parentfdf373f65a219335e6942329077e0452921c81ca (diff)
downloadluaotfload-cb961dc32d9539a581bec5490fcb4307ead8932c.tar.gz
[tests] fix tests
With the new handler, a request optical size of 0pt means the default size.
Diffstat (limited to 'luaotfload-database.lua')
-rw-r--r--luaotfload-database.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/luaotfload-database.lua b/luaotfload-database.lua
index d25b846..bace8bb 100644
--- a/luaotfload-database.lua
+++ b/luaotfload-database.lua
@@ -2628,12 +2628,12 @@ do
if prefmodifiers then
style = choose_exact (prefmodifiers)
elseif subfamily then
- --style = choose_exact (subfamily)
+ style = choose_exact (subfamily)
end
end
- if not style and splitstyle then
- style = choose_exact (splitstyle)
- end
+-- if not style and splitstyle then
+-- style = choose_exact (splitstyle)
+-- end
return style
end