Fix TTF embedder and preloading

This commit is contained in:
Marcel Krüger 2020-07-11 01:55:31 +02:00
parent c9a14a8688
commit c183f5744d
3 changed files with 11 additions and 5 deletions

View file

@ -1,5 +1,5 @@
local sfnt = require'libSfnt'
local stdnames = require'ttfstaticstrings'
local sfnt = require'luametalatex-font-sfnt'
local stdnames = require'luametalatex-font-ttf-data'
local function round(x)
local i, f = math.modf(x)
if f < 0 then