Skip to content

Commit 8616477

Browse files
author
mhattori
committed
first release
1 parent 1b57a50 commit 8616477

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To build the binary font files from source, you need to have installed the [Adob
3434

3535
### Building all fonts
3636

37-
For convenience, a shell script named `commands.sh` is provided in the root directory. It builds all OTFs and the OTC, and can be executed by entering the following command :
37+
For convenience, a shell script named `commands.sh` is provided in the root directory. It builds all OTF and the OTC fonts, and can be executed by entering the following command :
3838

3939
```sh
4040
$ ./commands.sh
@@ -61,7 +61,7 @@ Source Han Codeは、日本語グリフのみサポートしたSource Han Sans J
6161
* [Latest release](../../releases/latest)
6262
* [All releases](../../releases)
6363

64-
OTC (.ttc)は、MacOSX 10.8以降で利用できます。MacOSX10.7以前、Windows、および、その他のOSでは、OTF (.otf)をご利用ください。
64+
OTC.ttcは、MacOSX 10.8以降で利用できます。MacOSX10.7以前、Windows、および、その他のOSでは、OTF.otfをご利用ください。
6565

6666
## Source Han Sans JPからの変更点
6767

@@ -78,11 +78,11 @@ Source Han CodeにはGPOS featuresは含まれていません。
7878
## Build the fonts
7979
### Requirements
8080

81-
バイナリ形式のフォントを生成するためには、[Adobe Font Development Kit for OpenType](http://www.adobe.com/devnet/opentype/afdko.html) (AFDKO)のインストールが必要条件になります。AFDKOツールズは、フォント開発や、フォント制作ソフトの一部として幅広く使用されています。
81+
バイナリ形式のフォントを生成するためには、[Adobe Font Development Kit for OpenType](http://www.adobe.com/devnet/opentype/afdko.html)AFDKOのインストールが必要条件になります。AFDKOツールズは、フォント開発や、フォント制作ソフトの一部として幅広く使用されています。
8282

8383
### Building all fonts
8484

85-
ルートディレクトリにおかれた`commands.sh`というシェル・スクリプトを実行することで、すべてのOTFsとOTCのフォントが生成されます。ターミナルから下記のコマンドを実行してください。
85+
ルートディレクトリにおかれた`commands.sh`というシェル・スクリプトを実行することで、すべてのOTFとOTCのフォントが生成されます。ターミナルから下記のコマンドを実行してください。
8686

8787
```sh
8888
$ ./commands.sh

0 commit comments

Comments
 (0)