2025/8/21
かなり無理矢理やってる感。
ボタンを押すと適用
ボタンの中の文字が対象だとズレたりすることがあるなぁ
2025/8/21
text_deco_2.jsにパワーアップ。
グローバル変数を減らし、よりオブジェクティブなコードにした。
2025/8/21
text_deco_3.jsに修正。
もっとオブジェクティブになったのか。
きめ細かにする設定
text_deco.small_min = 0;
text_deco.small_max = 1;
text_deco.small_increase = 1;
text_deco.large_min = -2;
text_deco.large_max = 3;
text_deco.large_increase = 1;
それより若干荒いけど速い設定
text_deco.small_min = 0;
text_deco.small_max = 0;
text_deco.small_increase = 1;
text_deco.large_min = -2;
text_deco.large_max = 2;
text_deco.large_increase = 2;
こちらはフォントサイズ17pt(MSPゴシック使用時)以上にするか、font-weightをboldにしたりして太くしないと表示が崩れる。
この記事にコメントを投稿した人はまだいません