崮生(子虚) 97f4d72e6a fix: 修复 OTF→TTF 转换字体在浏览器中渲染空白的问题
根因:optimizettf 中 maxPoints/maxContours 只在 TypedArray 格式(_xArr)
的字形分支中统计,OTF→TTF 转换的字形使用对象 contours 格式,
导致 maxp 表中这两个值为 0,浏览器据此跳过渲染。

同时包含 OTF 解析路径的多项性能优化和清理冗余测试文件。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-09 20:46:48 +08:00
..
2024-08-18 15:14:50 +08:00
2024-08-18 17:46:13 +08:00
2026-04-09 16:47:41 +08:00
2024-08-18 15:14:50 +08:00