Fix TTF embedder and preloading
This commit is contained in:
parent
c9a14a8688
commit
c183f5744d
3 changed files with 11 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue