mirror of
https://github.com/2234839/web-font.git
synced 2026-09-04 23:02:27 +08:00
两表不含 glyphId(仅引用 lookup index),绝大多数字体其子表紧凑排列在 [listOff, listOff+span) 内、与下一表无物理交错,字节块本身即合法表。 新增 scriptListSpan/featureListSpan 计算跨度并校验自洽,满足则 subarray 整块拷贝,否则降级 serializeScriptList/serializeFeatureList。 收益:初夏 subsetGPOS 0.270→0.226ms,纯标点 0.240→0.165(-31%), 思源 0.071→0.036(-49%)。顺带保留 fontTools 的 FeatureTable 去重 (serialize 重排丢失致初夏 FeatureList 1840→3728B),输出 GPOS 字节 初夏 12064→10176(-16%)、思源 1194→978(-18%)。全基准 SSIM 不变。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>