Skip to content

Commit 163f7bf

Browse files
committed
update
1 parent 326bf00 commit 163f7bf

9 files changed

Lines changed: 211 additions & 248 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ name: Build
44
on:
55
workflow_dispatch
66

7+
permissions:
8+
contents: write
9+
710
jobs:
811
build:
912
runs-on: ubuntu-latest
@@ -14,19 +17,13 @@ jobs:
1417

1518
- name: Build
1619
run: sh build.sh
17-
- uses: actions/upload-artifact@v4
18-
with:
19-
name: HuayingMincho
20-
path: "*.tt*"
2120

2221
- name: Upload to release
2322
uses: ncipollo/release-action@v1
2423
with:
2524
token: "${{ secrets.GITHUB_TOKEN }}"
2625
tag: "test-build-01"
27-
artifacts: |
28-
*.tt*
29-
*.7z
26+
artifacts: "*.7z"
3027
allowUpdates: true
3128
prerelease: true
3229
draft: true

README-SC.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@
2020
* 简体字的制作
2121
本字体将简化字以“新字”对待,不使用简化字源头上的讹字、俗字、古字等字形。简体字部分在[霞鹜新致宋](https://github.com/lxgw/LxgwNeoZhiSong)基础上制作,制作中参考了简体对应的繁体字以及中国大陆早期(简繁过度时期)使用过的旧字形简化字。
2222
* 可通过异体选择符输出 [IVD_Charts_Moji_Joho](https://unicode.org/ivd/data/2017-12-12/IVD_Charts_Moji_Joho.pdf) 中的字形。
23-
2423
## 下载字体
2524
1. 可从本站 [Releases](../../releases) 页面下载字体。
26-
2. 可从[腾讯微云](https://share.weiyun.com/VEoOc5xK)下载 HuayingMincho 系列字体。
2725
## 授权
2826
华英明朝字体是基于 [IPAmj明朝](https://moji.or.jp/mojikiban/font/)的衍生字体,遵循 [IPA Font License Agreement v1.0](./LICENSE.txt) 协议。
2927
## 鸣谢

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@
2020
* 簡體字的製作
2121
本字型將簡化字以「新字」對待,不使用簡化字源頭上的訛字、俗字、古字等字形。簡體字部分在[霞鶩新致宋](https://github.com/lxgw/LxgwNeoZhiSong)基礎上製作,製作中參考了簡體對應的繁體字以及中國大陸早期(簡繁過度時期)使用過的舊字形簡化字。
2222
* 可透過異體選擇符輸出 [IVD_Charts_Moji_Joho](https://unicode.org/ivd/data/2017-12-12/IVD_Charts_Moji_Joho.pdf) 中的字形。
23-
2423
## 下載字型
2524
1. 可從本站 [Releases](../../releases) 頁面下載字型。
26-
2. 可從[騰訊微雲](https://share.weiyun.com/VEoOc5xK)下載 HuayingMincho 系列字型。
2725
## 授權
2826
華英明朝字型是基於 [IPAmj明朝](https://moji.or.jp/mojikiban/font/)的衍生字型,遵循 [IPA Font License Agreement v1.0](./LICENSE.txt) 協議。
2927
## 鳴謝

build.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
#!/bin/sh
22

3-
wget -P ./temp https://dforest.watch.impress.co.jp/library/i/ipamjfont/10750/ipamjm00601.zip
3+
wget -nv -P ./temp https://dforest.watch.impress.co.jp/library/i/ipamjfont/10750/ipamjm00601.zip
44
7z e ./temp/ipamjm00601.zip -o./temp/
55

66
python3 ./codes/check.py ./temp/check.ttf ./temp/ipamjm.ttf ./codes/src/subset.ttf
77
python3 ./codes/huayingmincho.py ./temp/check.ttf ./HuayingMinchoOld.ttf 1
8-
#fontforge -script ./codes/huayingmincho.py ./temp/check.ttf ./HuayingMinchoClassic.ttf 2
9-
python3 ./codes/huayingmincho.py ./temp/check.ttf ./ 2 t
8+
python3 ./codes/huayingmincho.py ./temp/check.ttf ./HuayingMinchoClassic.ttf 2
109
python3 ./codes/huayingmincho.py ./temp/check.ttf ./HuayingMinchoODict.ttf 3
10+
python3 ./codes/huayingmincho.py ./temp/check.ttf ./HuayingMinchoT.ttf 2t
11+
1112
otf2otc -o ./HuayingMincho.ttc ./HuayingMinchoOld.ttf ./HuayingMinchoClassic.ttf ./HuayingMinchoODict.ttf ./HuayingMinchoT.ttf
12-
7z a HuayingMincho.7z *.tt* LICENSE.txt -mx=9 -mfb=256 -md=256m
13+
7z a HuayingMincho.7z *.tt* LICENSE.txt -mx=9 -mfb=256 -md=512m -mmt=2
1314

1415
rm -rf ./temp

codes/config.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"Name": "HuayingMincho",
3+
"Version": "1.017",
4+
"ID": "GUIW",
5+
"VURL": "https://github.com/GuiWonder/HuayingMincho",
6+
"Copyright": "Copyright(c) {name}, 2022-{year}. You must accept \"https://opensource.org/licenses/IPA/\" to use this product.",
7+
"Designer": "GuiWonder",
8+
"Discript": "",
9+
"LicenseUrl": "https://opensource.org/licenses/IPA/",
10+
"TC":
11+
{
12+
"Name": "華英明朝",
13+
"Old": "舊印體",
14+
"Classic": "傳承體",
15+
"ODict": "舊典體",
16+
"T": "繁體",
17+
"Format": "格式"
18+
},
19+
"SC":
20+
{
21+
"Name": "华英明朝",
22+
"Old": "旧印体",
23+
"Classic": "传承体",
24+
"ODict": "旧典体",
25+
"T": "繁体",
26+
"Format": "格式"
27+
},
28+
"JA":
29+
{
30+
"Name": "華英明朝",
31+
"Old": "Old",
32+
"Classic": "Classic",
33+
"ODict": "ODict",
34+
"T": "T",
35+
"Format": "形式"
36+
}
37+
}

codes/datas/Variants.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,8 @@
317317
䶽 朡
318318
脁 朓
319319
獡 𤡯
320+
幐 㬺
321+
槩 㮣
320322
###
321323
那 哪
322324
怒 恕

codes/datas/stonem.dt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
历-曆 历 法
4343
历-曆 天 文 历
4444
历-曆 大 明衍 历
45+
历-曆 儒 略 历
46+
历-曆 格 里 历
4547
历-歷 历
4648
只-衹 不 单 只
4749
只-衹 只 能 是
@@ -528,7 +530,7 @@
528530
娘-娘 婆姑娘厨新么红渔姨娇度舞小大徐窅金玉喜丽秋萧二三四五六七八九 娘
529531
娘-娘 娘 子娘儿们
530532
娘-娘 老 板闆 娘
531-
娘-孃 爹奶姨爷耶师老亲後阿你我他她俺
533+
娘-孃 爹奶姨爷耶师亲後阿你我他她俺咱
532534
娘-孃 丈 母 娘
533535
娘-孃 娘 亲胎舅
534536
娘-孃 回走在去的 娘 家

0 commit comments

Comments
 (0)