Error: Read ttf table data error at `2.11.0`
See original GitHub issue$ npx decktape remark index.html slide.pdf --chrome-arg=--disable-web-security
Loading page file:///Users/myid/slide/index.html ...
800 600
{ skip... }
0
[ 'page-10' ]
Loading page finished with status: 0
Remark JS plugin activated
Printing slide #1 ( 1/33) ...{ skip... }
...skip...
Printing slide #7 ( 7/33) ...
Error: Read ttf table data error
Time: 0h:00m:10s
Above example, decktape latest version 2.11.0
is used.
But When I fix the decktape version to 2.10.0
, it works well.
$ yarn add decktape@2.10.0
$ npx decktape remark index.html slide.pdf --chrome-arg=--disable-web-security
Issue Analytics
- State:
- Created 4 years ago
- Reactions:5
- Comments:15 (5 by maintainers)
Top Results From Across the Web
Developers - Error: Read ttf table data error at `2.11.0` -
Above example, decktape latest version 2.11.0 is used. But When I fix the decktape version to 2.10.0 , it works well. $ yarn...
Read more >The FreeType Project
FreeType is a freely available software library to render fonts. It is written in C, designed to be small, efficient, highly customizable, and...
Read more >Changelog for FreeType 2.11.0 - ABI laboratory
2021-07-18 Werner Lemberg <wl@gnu.org> * Version 2.11.0 released. ... src/truetype/ttgload.c:1925:22: error: cast from provenance-free integer type to ...
Read more >docs/CHANGES - chromium/src/third_party/freetype2
the data in the `CVAR' table wasn't correctly applied. II. MISCELLANEOUS ... twice in a row, the function returned an incorrect error code...
Read more >homebrew-core - Homebrew Formulae
a2ps 4.14 Any‑to‑PostScript filter
aacgain 1.8 AAC‑supporting version of mp3gain
aalib 1.4rc5 Portable ASCII art graphics library
aamath 0.3 Renders mathematical expressions as ASCII art
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@peterj ok, thanks. I’ll work on it ASAP.
Thanks for the report. It’s likely related to the
fonteditor-core
upgrade done in 2.11.0.Would you be able to share a presentation so that we can reproduce?