Skip to content

Commit

Permalink
Lua 5.5 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
gucci-on-fleek committed Jan 23, 2025
1 parent f7848fd commit b2edecd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/unnamed-emoji.lua
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,7 @@ local load_font = memoized_table(function(pdf_font)
-- Make the VF metadata for all characters
local define_chars = {}
for name, char in pairs(chars[pdf_font]) do
local name = name
name = tonumber(name, 10)
if name then
local id = fonts[pdf_font][char.inner_fontname]
Expand Down

0 comments on commit b2edecd

Please sign in to comment.