mirror of
https://github.com/2234839/web-font.git
synced 2026-06-27 17:48:31 +08:00
性能(vs v1.7.0 基线,基准测试全用例通过): - 千字文 woff2 346ms → 9.8ms(35x) - 8汉字 woff2 39.7ms → 2.8ms(14x) - 千字文 ttf 6.0ms → 4.4ms - 8汉字 ttf 2.7ms → 2.1ms OTF 正确性: - 修复 CFF.js readCFFIndexObject 漏读 off[idx+1] 导致子程序读成 0 字节, 思源黑体「法」字三点水丢笔画的问题 - 修复非 subset 模式 cmap format12 崩溃(空数组误判为 subset) 缓存健壮性: - subsetCache key 加版本指纹(package version + process.uptime), 杜绝代码已修但缓存返回旧错误结果 基准测试: - 新增白狐/思源 OTF 用例(含法海波等复杂笔画字)守护 OTF→TTF 转换 - 修复 calculateSSIM 的 width 推断 bug(sqrt 假设正方形) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>