Apple の脅威の通知と金銭目当てのスパイウェアへの対策について

しばらく返答が寄せられていないようです。 再度ディスカッションを開始するには、新たに質問してください。

フォント変更について

mac初心者です。


最近、windowsからmacに乗り換えました。

macって言えばフォントが綺麗なイメージがあったんですが、フォントが汚くがっかりしています。

特に音楽が好きなので、itunesを良く使いますが、windowsで使用していたitunesと比べて汚い印象です。


どなたか、フォントの変更方法をご教示ください。


xmlも初心者なのですが、下方TextStyle.plistの中のフォントの記載、例えば Key:1219の

フォントに以下の記載がありますが、実際にはフォントとしてはHelvetica Neue - Lightで

記載に合致するフォントは存在しません。

_HelveticaNeueLightSystem


また、key:100のsystem fontも以下の記載は理解できません。

_System


ちゃんと理解しないと、正しくコントロール出来ないので、よろしくお願いします。


##使用環境

mac mini

os : macOS high sierra

iTunes : 12.7.5.9

英語環境で使っています。

English.lproj配下のTextStyle.plist の内容↓

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">

<dict>

<key>100</key>

<dict>

<key>- loc hint -</key>

<string>System Font</string>

<key>font</key>

<string>_System</string>

</dict>

<key>101</key>

<dict>

<key>- loc hint -</key>

<string>System Font Emphasized</string>

<key>font</key>

<string>_BoldSystem</string>

</dict>

<key>102</key>

<dict>

<key>- loc hint -</key>

<string>System Font Small</string>

<key>font</key>

<string>_SmallSystem</string>

</dict>

<key>103</key>

<dict>

<key>- loc hint -</key>

<string>System Font Small Emphasized</string>

<key>font</key>

<string>_SmallBoldSystem</string>

</dict>

<key>108</key>

<dict>

<key>- loc hint -</key>

<string>Undo Stack Item</string>

<key>font</key>

<string>_System</string>

</dict>

<key>109</key>

<dict>

<key>- loc hint -</key>

<string>Redo Stack Item</string>

<key>font</key>

<string>_System</string>

</dict>

<key>1219</key>

<dict>

<key>- loc hint -</key>

<string>Intro Link</string>

<key>font</key>

<string>_HelveticaNeueLightSystem</string>

<key>size</key>

<integer>15</integer>

</dict>

?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">

<dict>

<key>100</key>

<dict>

<key>- loc hint -</key>

<string>System Font</string>

<key>font</key>

<string>_System</string>

</dict>

<key>101</key>

<dict>

<key>- loc hint -</key>

<string>System Font Emphasized</string>

<key>font</key>

<string>_BoldSystem</string>

</dict>

<key>102</key>

<dict>

<key>- loc hint -</key>

<string>System Font Small</string>

<key>font</key>

<string>_SmallSystem</string>

</dict>

<key>103</key>

<dict>

<key>- loc hint -</key>

<string>System Font Small Emphasized</string>

<key>font</key>

<string>_SmallBoldSystem</string>

</dict>

<key>108</key>

<dict>

<key>- loc hint -</key>

<string>Undo Stack Item</string>

<key>font</key>

<string>_System</string>

</dict>

<key>109</key>

<dict>

<key>- loc hint -</key>

<string>Redo Stack Item</string>

<key>font</key>

<string>_System</string>

</dict>

<key>1219</key>

<dict>

<key>- loc hint -</key>

<string>Intro Link</string>

<key>font</key>

<string>_HelveticaNeueLightSystem</string>

<key>size</key>

<integer>15</integer>

</dict>

Mac mini

投稿日 2018/06/15 22:25

返信
スレッドに付いたマーク ベストな回答

投稿日 2018/06/17 12:03

TextStyles.plist にある「_」で始まるフォントは、多分システムフォントだと思います。


# システムフォント

_System

_BoldSystem

_SmallBoldSystem

_SmallSystem


# Yosemite のシステムフォント

_HelveticaNeueSystem

_HelveticaNeueLightSystem

_HelveticaNeueMediumSystem

_HelveticaNeueSemiBoldSystem

_HelveticaNeueBoldSystem


High Sierra には Yosemite のシステムフォント (システム用の Helvetica Neue) が入ってないので、代替として High Sierra のシステムフォントで表示されるのだと思います。


通常の Helvetica Neue (/System/Library/Fonts/Helvetica.ttc) を指定するならこんな感じでしょうか。

HelveticaNeue

HelveticaNeue-Light

HelveticaNeue-Medium

HelveticaNeue-Bold


Lucida Grande (さらに前のシステムフォント) を指定するなら

LucidaGrande

LucidaGrande-Bold


ほかのフォントも同様に「PostScript 名」で指定すると良いかと。なお、PostScript 名は、Font Book.app で調べることができます。

返信: 12

返信はありません。

フォント変更について

Apple サポートコミュニティへようこそ
Apple ユーザ同士でお使いの製品について助け合うフォーラムです。Apple ID を使ってご参加ください。