[latex3-commits] [git/LaTeX3-latex3-luaotfload] dev: Fix bugs (0431ba4)
Marcel Fabian Krüger
tex at 2krueger.de
Fri Nov 8 15:15:17 CET 2019
Repository : https://github.com/latex3/luaotfload
On branch : dev
Link : https://github.com/latex3/luaotfload/commit/0431ba41e195728dc7ac726891cbd7217705c2c0
>---------------------------------------------------------------
commit 0431ba41e195728dc7ac726891cbd7217705c2c0
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date: Fri Nov 8 15:15:17 2019 +0100
Fix bugs
Thanks to michal.h
>---------------------------------------------------------------
0431ba41e195728dc7ac726891cbd7217705c2c0
src/luaotfload-auxiliary.lua | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/luaotfload-auxiliary.lua b/src/luaotfload-auxiliary.lua
index 9538a15..0a3d912 100644
--- a/src/luaotfload-auxiliary.lua
+++ b/src/luaotfload-auxiliary.lua
@@ -33,6 +33,7 @@ local getmetatable = getmetatable
local setmetatable = setmetatable
local utfcodepoint = utf8.codepoint
local stringlower = string.lower
+local stringupper = string.upper
local stringformat = string.format
local stringgsub = string.gsub
local stringbyte = string.byte
@@ -441,7 +442,7 @@ end
local function get_hbface(tfmdata)
if not tfmdata.hb then return end
- return tfmdata.hbshared.face
+ return tfmdata.hb.shared.face
end
--[[doc--
More information about the latex3-commits
mailing list