Skip to content

Commit

Permalink
first release
Browse files Browse the repository at this point in the history
  • Loading branch information
mhattori committed Jun 2, 2015
1 parent 1b57a50 commit 8616477
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -34,7 +34,7 @@ To build the binary font files from source, you need to have installed the [Adob

### Building all fonts

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 :
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 :

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

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

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

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

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

### Building all fonts

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

```sh
$ ./commands.sh
Expand Down

0 comments on commit 8616477

Please sign in to comment.