Skip to content

Commit

Permalink
correct variable
Browse files Browse the repository at this point in the history
  • Loading branch information
u-fischer committed Jul 21, 2024
1 parent e6d37f7 commit 7034d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tagpdf-backend.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -1294,7 +1294,7 @@ do
% A lookup table to test if the font supports the soft hyphen glyph.
% \begin{macrocode}
local softhyphen_fonts = setmetatable({}, {__index = function(t, fid)
local fdir = identifiers[fontid]
local fdir = identifiers[fid]
local format = fdir and fdir.format
local result = (format == 'opentype' or format == 'truetype')
local characters = fdir and fdir.characters
Expand Down

0 comments on commit 7034d56

Please sign in to comment.