opentypejs/opentype.js

Corrupted font file handling

开放

#337 创建于 2018年3月16日

 (4 条评论) (0 个反应) (1 位负责人)JavaScript (512 个派生)batch import
enhancementhelp wantedquestion

仓库指标

星标
 (4,170 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

The more different tables we parse in opentype.js, the more we come across corrupted font files. Most of them are still usable with other software, but opentype.js currently throws errors and stops parsing the font. Shouldn't we try to skip (sub)tables containing errors ? Should we report errors in some way ? Maybe just keeping a log of ignored tables ? What do you think ? @fdb @Jolg42 @Pomax and others ?

贡献者指南