mirror of
https://github.com/2234839/web-font.git
synced 2026-09-15 13:35:49 +08:00
拖拽/缩放等操作每帧触发布局事件,防抖后仍会全量重扫并逐 family 调用 loader.update。新增 committed 指纹表:本轮收集的字符集与上次 提交一致时跳过 update,无文字变化的交互中 update 调用归零。 存字符串本身而非 hash,比较为 memcmp 级且零碰撞。