汉字视觉重心

基于「分量 · 距离 · 斜度」三要素 · 楷宋黑仿明多字体切换 · 实时调节参数 · 多字对比

视觉重心 物理质心 几何中心
{{ c }}
📐 重心数据 · {{ displayChar }} · {{ currentFontLabel }}
笔画像素 {{ result ? result.pixelCount.toLocaleString() : '--' }}
字符尺寸 {{ result ? result.charWidth + '×' + result.charHeight : '--' }}
几何中心 {{ result ? '(' + result.geoCX + ', ' + result.geoCY + ')' : '--' }}
物理质心 {{ result ? '(' + result.rawCX + ', ' + result.rawCY + ')' : '--' }}
视觉重心 {{ result ? '(' + result.visualCX + ', ' + result.visualCY + ')' : '--' }}
偏移 (Δx, Δy) {{ offsetStr }}
方向 {{ directionStr }}
上:下 / 左:右 {{ quadrantStr }}
解读:{{ result.insight }}
🎚️ 参数调节
笔画分量权重 {{ sliders.weightFactor }}%
中宫收紧权重 {{ sliders.densityFactor }}%
斜度影响权重 {{ sliders.slantFactor }}%
视觉偏上偏差 {{ sliders.upBias.toFixed(1) }}%
视觉偏右偏差 {{ sliders.rightBias.toFixed(1) }}%
默认值源于书法理论:偏上 6%(人眼视觉中心偏高)、偏右 2.5%(心理学"先小后大"节奏感)。 拖动滑块观察重心实时变化。
🔬 中宫热力
🔍 多字对比 — 点击切换主视图
{{ item.char }}
{{ item.direction }}
偏移 {{ item.offset }}px