Skip to content

Commit

Permalink
Version 1.002
Browse files Browse the repository at this point in the history
  • Loading branch information
irori committed Sep 23, 2018
1 parent d9ae6d4 commit 4884a1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion converter/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def create_ufo(font, limit=None):
ufo.info.styleName = 'Regular'
ufo.info.styleMapFamilyName = 'Wapuro Mincho'
ufo.info.versionMajor = 1
ufo.info.versionMinor = 1
ufo.info.versionMinor = 2
ufo.info.copyright = 'Public domain'
ufo.info.openTypeNameManufacturerURL = 'https://irori.github.io/wapuro-mincho/'
ufo.info.openTypeNameRecords = [
Expand Down
4 changes: 4 additions & 0 deletions dist/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ wapuro-mincho-tate2x.woff ワープロ明朝 縦倍角 Webフォント (IE用)

# 更新履歴

2018-09-23 Version 1.2

- 縦書きに対応しました。

2018-08-19 Version 1.1

- スムージングのアルゴリズムを修正しました。
Expand Down

0 comments on commit 4884a1a

Please sign in to comment.