Closed c9n closed 5 years ago
hi @c9n , 可以把字体文件给我一下么,我定位一下问题 可以贴下网盘地址 :smiley:
Here u r. http://pan.baidu.com/s/1kT1PruB
@junmer 看了么 😄
@junmer 好哒
@junmer
text=`curl localhost:4000 | html-to-text` && fontmin -t '$text' ~/Downloads/test.ttf
# error read glyf coordinates:4477598
命令行碰到了上述错误,难道是字体解析的问题么
test.ttf 就是网盘里的字体
@c9n 先确认一下,你的fontmin 是哪个版本?
@junmer 0.8.0
把 MAX_NUMBER_OF_COORDINATES
改大之后,使用命令行操作就会碰到如下提示了:
Offset is outside the bounds of the DataView
@c9n hey
error read glyf coordinates:4477598
这个是个 warning , 是某个字形 有问题 应该不影响最后输出
@junmer 请教一下,glyf coordinates
是什么,这块儿不懂
仍然存在這問題,但我可以先用fontmin CLI生成一個較大的字庫後,再拉到fontmin-app就可以了
> fontmin myfont.ttf > myfont-raw.ttf
RangeError: Offset is outside the bounds of the DataView