-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
22,015 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
/.vscode | ||
/font-builder/src/*.otd | ||
/font-builder/out | ||
/bin/merge-otd.exe | ||
/bin32/merge-otd.exe | ||
/bin-win*/merge-otd.exe | ||
/release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
#! /bin/bash | ||
|
||
VERSION=0.2.3-32bit | ||
|
||
i686-w64-mingw32-g++ src/merge-otd.cpp src/iostream.cpp -Isrc/ -std=c++17 -O3 -static -Wl,--large-address-aware -o bin-win32/merge-otd.exe | ||
strip bin-win32/merge-otd.exe | ||
|
||
mkdir -p release | ||
cd release | ||
|
||
|
||
R=字体合并补全工具-简体中文标准字库-$VERSION | ||
|
||
mkdir -p $R | ||
|
||
cp ../script-windows/link.url $R/主页-使用说明.url | ||
cp ../script-windows/fonts.url $R/获取更多字体.url | ||
cp ../bin-win32/{otfccbuild,otfccdump,merge-otd}.exe $R/ | ||
cp ../script-windows/comp.bat $R/补全.bat | ||
cp ../script-windows/merge.bat $R/合并.bat | ||
cp ../script-windows/merge+comp.bat $R/合并补全.bat | ||
cp ../script-windows/pack-zh.bat $R/打包.bat | ||
cp ../font/Nowar-Sans-CJK-CN-Medium.ttf $R/cjk.ttf | ||
cp ../font/Nowar-Sans-LCG-Medium.ttf $R/latin.ttf | ||
|
||
7z a -mx -myx -ms=on WarFontMerger-SC2-$VERSION.7z $R/ | ||
rar a -ma5 -m5 -s $R.rar $R/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
#! /bin/bash | ||
|
||
VERSION=0.2.3 | ||
|
||
x86_64-w64-mingw32-g++ src/merge-otd.cpp src/iostream.cpp -Isrc/ -std=c++17 -O3 -static -o bin-win64/merge-otd.exe | ||
strip bin-win64/merge-otd.exe | ||
|
||
mkdir -p release | ||
cd release | ||
|
||
|
||
R=字体合并补全工具-简体中文压缩字库-$VERSION | ||
|
||
mkdir -p $R | ||
|
||
cp ../script-windows/link.url $R/主页-使用说明.url | ||
cp ../script-windows/fonts.url $R/获取更多字体.url | ||
cp ../bin-win64/{otfccbuild,otfccdump,merge-otd}.exe $R/ | ||
cp ../script-windows/comp.bat $R/补全.bat | ||
cp ../script-windows/merge.bat $R/合并.bat | ||
cp ../script-windows/merge+comp.bat $R/合并补全.bat | ||
cp ../script-windows/pack-zh.bat $R/打包.bat | ||
cp ../font/Nowar-Sans-CJK-XS-Regular.ttf $R/cjk.ttf | ||
cp ../font/Nowar-Sans-LCG-Medium.ttf $R/latin.ttf | ||
|
||
7z a -mx -myx -ms=on WarFontMerger-SC1-$VERSION.7z $R/ | ||
rar a -ma5 -m5 -s $R.rar $R/ | ||
|
||
|
||
R=字体合并补全工具-简体中文标准字库-$VERSION | ||
|
||
mkdir -p $R | ||
|
||
cp ../script-windows/link.url $R/主页-使用说明.url | ||
cp ../script-windows/fonts.url $R/获取更多字体.url | ||
cp ../bin-win64/{otfccbuild,otfccdump,merge-otd}.exe $R/ | ||
cp ../script-windows/comp.bat $R/补全.bat | ||
cp ../script-windows/merge.bat $R/合并.bat | ||
cp ../script-windows/merge+comp.bat $R/合并补全.bat | ||
cp ../script-windows/pack-zh.bat $R/打包.bat | ||
cp ../font/Nowar-Sans-CJK-CN-Medium.ttf $R/cjk.ttf | ||
cp ../font/Nowar-Sans-LCG-Medium.ttf $R/latin.ttf | ||
|
||
7z a -mx -myx -ms=on WarFontMerger-SC2-$VERSION.7z $R/ | ||
rar a -ma5 -m5 -s $R.rar $R/ | ||
|
||
|
||
R=字体合并补全工具-简体中文大字库-$VERSION | ||
|
||
mkdir -p $R | ||
|
||
cp ../script-windows/link.url $R/主页-使用说明.url | ||
cp ../script-windows/fonts.url $R/获取更多字体.url | ||
cp ../bin-win64/{otfccbuild,otfccdump,merge-otd}.exe $R/ | ||
cp ../script-windows/comp.bat $R/补全.bat | ||
cp ../script-windows/merge.bat $R/合并.bat | ||
cp ../script-windows/merge+comp.bat $R/合并补全.bat | ||
cp ../script-windows/pack.bat $R/打包.bat | ||
cp ../font/Nowar-Sans-CJK-SC-Medium.ttf $R/cjk.ttf | ||
cp ../font/Nowar-Sans-LCG-Medium.ttf $R/latin.ttf | ||
|
||
7z a -mx -myx -ms=on WarFontMerger-SC3-$VERSION.7z $R/ | ||
rar a -ma5 -m5 -s $R.rar $R/ | ||
|
||
|
||
R=字型合併補全工具-繁體中文大字庫-$VERSION | ||
|
||
mkdir -p $R | ||
|
||
cp ../script-windows/link.url $R/主頁-使用說明\(簡體\).url | ||
cp ../script-windows/fonts.url $R/獲取更多字型\(簡體\).url | ||
cp ../bin-win64/{otfccbuild,otfccdump,merge-otd}.exe $R/ | ||
cp ../script-windows/comp.bat $R/補全.bat | ||
cp ../script-windows/merge.bat $R/合併.bat | ||
cp ../script-windows/merge+comp.bat $R/合併補全.bat | ||
cp ../script-windows/pack.bat $R/打包.bat | ||
cp ../font/Nowar-Sans-CJK-TC-Medium.ttf $R/cjk.ttf | ||
cp ../font/Nowar-Sans-LCG-Medium.ttf $R/latin.ttf | ||
|
||
7z a -mx -myx -ms=on WarFontMerger-TC-$VERSION.7z $R/ | ||
rar a -ma5 -m5 -s $R.rar $R/ | ||
|
||
|
||
R=字型合併補全工具-傳統字形大字庫-$VERSION | ||
|
||
mkdir -p $R | ||
|
||
cp ../script-windows/link.url $R/主頁-使用說明\(簡體\).url | ||
cp ../script-windows/fonts.url $R/獲取更多字型\(簡體\).url | ||
cp ../bin-win64/{otfccbuild,otfccdump,merge-otd}.exe $R/ | ||
cp ../script-windows/comp.bat $R/補全.bat | ||
cp ../script-windows/merge.bat $R/合併.bat | ||
cp ../script-windows/merge+comp.bat $R/合併補全.bat | ||
cp ../script-windows/pack.bat $R/打包.bat | ||
cp ../font/Nowar-Sans-CJK-CL-Medium.ttf $R/cjk.ttf | ||
cp ../font/Nowar-Sans-LCG-Medium.ttf $R/latin.ttf | ||
|
||
7z a -mx -myx -ms=on WarFontMerger-Classic-$VERSION.7z $R/ | ||
rar a -ma5 -m5 -s $R.rar $R/ |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.