3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

游明朝のカーニング設定がうまくいかない話

Last updated at Posted at 2018-02-14

游明朝とカーニング設定(font-feature-settings)を組み合わせた時、
うまくいかないことがあったので調べてみた。

  • 游明朝は「Normal」「Bold」「Light」を使用(MacはLightなし)
  • font-feature-settingsは「pkna」と「palt」を使用

調査

See the Pen YuMincho Kerning Setting by T_Y (@ymnk) on CodePen.

結果

Mac (10.12.6)

■ Chrome(64)、Safari(11)、Firefox(58)

Boldとpknaを組み合わせると、カーニングが無効。

Windows(10)

■ IE11

Boldとpaltを組み合わせると、カーニングが無効。
Normalとpaltを組み合わせると、カーニングが無効。
(Lightは問題なし)

■ Edge(16)、Chrome、Firefox

問題なし。

おまけ

カーニングを含むOpenTypeの説明は、Adobeのサイトが詳しい。
https://helpx.adobe.com/jp/typekit/using/open-type-syntax.html

3
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?