From 39ae3ba2fdf96b35a14b75e562e57817df7e0352 Mon Sep 17 00:00:00 2001 From: Lee Minseo Date: Sun, 16 Apr 2023 01:43:05 +0900 Subject: [PATCH] v2.36.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * GalmuriMono9 추가 등 --- .github/workflows/release.yml | 6 + charsets.html | 14 + files/FontMenuNameDB | 11 + files/g11.fea | 9 +- files/g11b.fea | 9 +- files/g11c.fea | 9 +- files/g14.fea | 9 +- files/g7.fea | 9 +- files/g9.fea | 5 +- files/gm9.fea | 187 + files/style.css | 8 +- src/Galmuri11-Bold.kbitx | 1 + src/Galmuri11-Condensed.kbitx | 1 + src/Galmuri11.kbitx | 3 +- src/Galmuri11JP.kbitx | 20169 ------------------------- src/Galmuri14.kbitx | 1 + src/Galmuri7.kbitx | 1 + src/Galmuri9.kbitx | 21 +- src/GalmuriMono11.kbitx | 54 +- src/GalmuriMono9.kbitx | 19557 ++++++++++++++++++++++++ src/legacy/Galmuri11-Bold.kbits | Bin 2036575 -> 0 bytes src/legacy/Galmuri11-Condensed.kbits | Bin 1909062 -> 0 bytes src/legacy/Galmuri11.kbits | Bin 3822886 -> 0 bytes src/legacy/Galmuri14.kbits | Bin 3349629 -> 0 bytes src/legacy/Galmuri7.kbits | Bin 1339200 -> 0 bytes src/legacy/Galmuri9.kbits | Bin 2898395 -> 0 bytes 26 files changed, 19837 insertions(+), 20247 deletions(-) create mode 100644 files/gm9.fea delete mode 100644 src/Galmuri11JP.kbitx create mode 100644 src/GalmuriMono9.kbitx delete mode 100644 src/legacy/Galmuri11-Bold.kbits delete mode 100644 src/legacy/Galmuri11-Condensed.kbits delete mode 100644 src/legacy/Galmuri11.kbits delete mode 100644 src/legacy/Galmuri14.kbits delete mode 100644 src/legacy/Galmuri7.kbits delete mode 100644 src/legacy/Galmuri9.kbits diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4d85af5..4de3d76 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,6 +65,7 @@ jobs: python3 files/versionBits.py files/g11.fea src/Galmuri9.kbitx python3 files/versionBits.py files/g11.fea src/Galmuri7.kbitx python3 files/versionBits.py files/g11.fea src/GalmuriMono11.kbitx + python3 files/versionBits.py files/g11.fea src/GalmuriMono9.kbitx python3 files/versionBits.py files/g11.fea src/GalmuriMono7.kbitx - name: Get npm package version @@ -80,6 +81,7 @@ jobs: java -jar bitsnpicas/downloads/BitsNPicas.jar convertbitmap -f bdf -o dist/Galmuri9.bdf src/Galmuri9.kbitx java -jar bitsnpicas/downloads/BitsNPicas.jar convertbitmap -f bdf -o dist/Galmuri7.bdf src/Galmuri7.kbitx java -jar bitsnpicas/downloads/BitsNPicas.jar convertbitmap -f bdf -o dist/GalmuriMono11.bdf src/GalmuriMono11.kbitx + java -jar bitsnpicas/downloads/BitsNPicas.jar convertbitmap -f bdf -o dist/GalmuriMono9.bdf src/GalmuriMono9.kbitx java -jar bitsnpicas/downloads/BitsNPicas.jar convertbitmap -f bdf -o dist/GalmuriMono7.bdf src/GalmuriMono7.kbitx python3 mkttf/mkttf.py -f Galmuri14Bitmap -n Galmuri14Bitmap-Regular -N "Galmuri14Bitmap Regular" -V ${{ steps.package-version.outputs.current-version }} dist/Galmuri14.bdf python3 mkttf/mkttf.py -f Galmuri11Bitmap -n Galmuri11Bitmap-Regular -N "Galmuri11Bitmap Regular" -V ${{ steps.package-version.outputs.current-version }} dist/Galmuri11.bdf @@ -88,6 +90,7 @@ jobs: python3 mkttf/mkttf.py -f Galmuri9Bitmap -n Galmuri9Bitmap-Regular -N "Galmuri9Bitmap Regular" -V ${{ steps.package-version.outputs.current-version }} dist/Galmuri9.bdf python3 mkttf/mkttf.py -f Galmuri7Bitmap -n Galmuri7Bitmap-Regular -N "Galmuri7Bitmap Regular" -V ${{ steps.package-version.outputs.current-version }} dist/Galmuri7.bdf python3 mkttf/mkttf.py -f GalmuriMono11Bitmap -n GalmuriMono11Bitmap-Regular -N "GalmuriMono11Bitmap Regular" -V ${{ steps.package-version.outputs.current-version }} dist/GalmuriMono11.bdf + python3 mkttf/mkttf.py -f GalmuriMono9Bitmap -n GalmuriMono9Bitmap-Regular -N "GalmuriMono9Bitmap Regular" -V ${{ steps.package-version.outputs.current-version }} dist/GalmuriMono9.bdf python3 mkttf/mkttf.py -f GalmuriMono7Bitmap -n GalmuriMono7Bitmap-Regular -N "GalmuriMono7Bitmap Regular" -V ${{ steps.package-version.outputs.current-version }} dist/GalmuriMono7.bdf mv *.ttf dist rm -rf *.sfd @@ -101,6 +104,7 @@ jobs: java -jar bitsnpicas/downloads/BitsNPicas.jar convertbitmap -f ttf -o tGalmuri9.ttf src/Galmuri9.kbitx java -jar bitsnpicas/downloads/BitsNPicas.jar convertbitmap -f ttf -o tGalmuri7.ttf src/Galmuri7.kbitx java -jar bitsnpicas/downloads/BitsNPicas.jar convertbitmap -f ttf -o tGalmuriMono11.ttf src/GalmuriMono11.kbitx + java -jar bitsnpicas/downloads/BitsNPicas.jar convertbitmap -f ttf -o tGalmuriMono9.ttf src/GalmuriMono9.kbitx java -jar bitsnpicas/downloads/BitsNPicas.jar convertbitmap -f ttf -o tGalmuriMono7.ttf src/GalmuriMono7.kbitx makeotf -mf files/FontMenuNameDB -f tGalmuri14.ttf -ff files/g14.fea -o dist/Galmuri14.ttf -osbOn 6 makeotf -mf files/FontMenuNameDB -f tGalmuri11.ttf -ff files/g11.fea -o dist/Galmuri11.ttf -osbOn 6 @@ -109,6 +113,7 @@ jobs: makeotf -mf files/FontMenuNameDB -f tGalmuri9.ttf -ff files/g9.fea -o dist/Galmuri9.ttf -osbOn 6 makeotf -mf files/FontMenuNameDB -f tGalmuri7.ttf -ff files/g7.fea -o dist/Galmuri7.ttf -osbOn 6 makeotf -mf files/FontMenuNameDB -f tGalmuriMono11.ttf -ff files/gm11.fea -o dist/GalmuriMono11.ttf -osbOn 6 + makeotf -mf files/FontMenuNameDB -f tGalmuriMono9.ttf -ff files/gm9.fea -o dist/GalmuriMono9.ttf -osbOn 6 makeotf -mf files/FontMenuNameDB -f tGalmuriMono7.ttf -ff files/gm7.fea -o dist/GalmuriMono7.ttf -osbOn 6 otf2otc -o dist/Galmuri.ttc dist/Galmuri14.ttf dist/Galmuri11.ttf dist/Galmuri11-Bold.ttf dist/Galmuri11-Condensed.ttf dist/Galmuri9.ttf dist/Galmuri7.ttf fonttools ttLib.woff2 compress dist/Galmuri14.ttf @@ -118,6 +123,7 @@ jobs: fonttools ttLib.woff2 compress dist/Galmuri9.ttf fonttools ttLib.woff2 compress dist/Galmuri7.ttf fonttools ttLib.woff2 compress dist/GalmuriMono11.ttf + fonttools ttLib.woff2 compress dist/GalmuriMono9.ttf fonttools ttLib.woff2 compress dist/GalmuriMono7.ttf - name: Clean up Temporary Files diff --git a/charsets.html b/charsets.html index 07acc57..83d294f 100644 --- a/charsets.html +++ b/charsets.html @@ -144,6 +144,20 @@
  • SHIFT_JIS: 7033 / 7037 99.943 %
  • CP932: 7126 / 7517 94.798 %
  • +

    GalmuriMono9

    + +

    GalmuriMono7