gfngfn / SATySFi

A statically-typed, functional typesetting system
GNU Lesser General Public License v3.0
1.16k stars 83 forks source link

Unable to load `DejaVuSansMono.ttf` (GPOS-related error) #156

Closed nyuichi closed 5 years ago

nyuichi commented 5 years ago

I got an error like the following when I was trying to use the DejaVu Sans Mono font (version 2.37):

$ satysfi test.saty
[...]
  evaluating texts ...
! [Error] font file 'DejaVuSansMono.ttf' is broken;
      Unknown version (1BD) in table 'GPOS'; get_mark_table
sakas-- commented 5 years ago

I had the same issue before when I tried to use DejavuSansMono. When I had a look at this bug, I found that this is a bug of otfm package (note that this fork is way ahead of the original repo), also maintained by @gfngfn, so it might be better to open an issue there.