Skip to content

Commit

Permalink
0.5.1: update for WoW 8.2's new font file name
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanoHao committed Jun 27, 2019
1 parent 15b02bc commit b72d009
Show file tree
Hide file tree
Showing 8 changed files with 104 additions and 41 deletions.
122 changes: 97 additions & 25 deletions Makefile

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions README-Hans.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,3 @@
### SharedMedia 字体包

有爱黑体也可以以插件的形式安装(**很大!**),启用之后会向 SharedMedia 注册有爱黑体字族。

## 有爱黑体支持的文字

![支持的文字](scripts.png)
4 changes: 0 additions & 4 deletions README-Hant.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,3 @@
### SharedMedia 字型包

有愛黑體也可以以插件的形式安裝(**很大!**),啓用之後會向 SharedMedia 登錄有愛黑體字體。

## 有愛黑體支援的文字

![支援的文字](scripts.png)
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ Orthographies for each variant and client language are listed below.

Nowar Sans is also avialable as an addon (REALLY HUGE!), to register Nowar Sans typeface to SharedMedia.

## Supported Scripts

![Supported Scripts](scripts.png)

## How to Build

Dependencies: Python and [otfcc](https://github.com/caryll/otfcc).
Expand Down
7 changes: 5 additions & 2 deletions configure.bash
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ regionNameMap=([CN]=CN [TW]=TW [HK]=HK [JP]=JP [CL]=Classic [OSF]=Oldstyle)
encoding=(unspec gbk big5 korean)

cat >Makefile <<EOF
VERSION = 0.5.0
VERSION = 0.5.1
all: SharedMedia-NowarSans-\${VERSION}.7z $(echo NowarSans-{CN,TW,HK,JP,CL,OSF}-{L,R,M,B}-\${VERSION}.7z)
Expand Down Expand Up @@ -283,7 +283,7 @@ for w in ${nowarWeight[@]}; do
NowarSans-$target-\${VERSION}.7z: $target/Fonts/MORPHEUS.ttf $target/Fonts/FRIZQT__.ttf $target/Fonts/ARIALN.ttf $target/Fonts/skurri.ttf \\
$target/Fonts/MORPHEUS_CYR.ttf $target/Fonts/FRIZQT___CYR.ttf $target/Fonts/SKURRI_CYR.ttf \\
$target/Fonts/ARKai_C.ttf $target/Fonts/ARKai_T.ttf $target/Fonts/ARHei.ttf \\
$target/Fonts/bKAI00M.ttf $target/Fonts/bHEI00M.ttf $target/Fonts/bHEI01B.ttf $target/Fonts/blei00d.ttf \\
$target/Fonts/arheiuhk_bd.ttf $target/Fonts/bKAI00M.ttf $target/Fonts/bHEI00M.ttf $target/Fonts/bHEI01B.ttf $target/Fonts/blei00d.ttf \\
$target/Fonts/2002.ttf $target/Fonts/2002B.ttf $target/Fonts/K_Damage.ttf $target/Fonts/K_Pagetext.ttf
cd $target ; \\
cp ../LICENSE.txt Fonts/LICENSE.txt ; \\
Expand Down Expand Up @@ -321,6 +321,9 @@ $target/Fonts/ARHei.ttf: nowar/gbk-$hansChatFont
mkdir -p $target/Fonts
cp \$^ \$@
$target/Fonts/arheiuhk_bd.ttf: nowar/big5-$hantChatFont
mkdir -p $target/Fonts
cp \$^ \$@
$target/Fonts/bKAI00M.ttf: nowar/big5-$hantCombatFont
mkdir -p $target/Fonts
cp \$^ \$@
Expand Down
4 changes: 2 additions & 2 deletions libsm/NowarSansTypeface.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 80105
## Interface: 80200

## Title: Nowar Sans Typeface
## Notes: Register Nowar Sans typeface to SharedMedia.
Expand All @@ -7,7 +7,7 @@
## Title-zhTW: 有愛黑體
## Notes-zhTW: 向 SharedMedia 登錄有愛黑體字體。

## Version: 0.5.0
## Version: 0.5.1
## Author: Cyano Hao
## X-Category: Miscellaneous
## X-Credits: This addon is derived from on SharedMediaAdditionalFont.
Expand Down
Binary file modified preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed scripts.png
Binary file not shown.

0 comments on commit b72d009

Please sign in to comment.