Skip to content

Commit

Permalink
Add G11JP
Browse files Browse the repository at this point in the history
  • Loading branch information
quiple committed Feb 4, 2023
1 parent c1651d4 commit 9ae299a
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 286 deletions.
11 changes: 11 additions & 0 deletions files/FontMenuNameDB
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,17 @@
l = 3, 1, 0x0409,Galmuri11 Condensed
m = 1, 0, 0,Galmuri11 Condensed

[Galmuri11JP-Regular]

f = 3, 1, 0x0409,Galmuri11JP
f = 1, 0, 0,Galmuri11JP

s = 3, 1, 0x0409,Regular
s = 1, 0, 0,Regular

l = 3, 1, 0x0409,Galmuri11JP Regular
m = 1, 0, 0,Galmuri11JP Regular

[Galmuri9-Regular]

f = 3, 1, 0x0409,Galmuri9
Expand Down
16 changes: 0 additions & 16 deletions files/bitmap.ff

This file was deleted.

105 changes: 0 additions & 105 deletions files/char.js

This file was deleted.

163 changes: 0 additions & 163 deletions files/fontforge.ff

This file was deleted.

2 changes: 1 addition & 1 deletion files/updateChar-test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os
import re

fonts = ['Galmuri14', 'Galmuri11', 'Galmuri11-Bold', 'Galmuri11-Condensed', 'Galmuri9', 'Galmuri7']
fonts = ['Galmuri14', 'Galmuri11', 'Galmuri11-Bold', 'Galmuri11-Condensed', 'Galmuri11JP', 'Galmuri9', 'Galmuri7']
chars = ['hangul', 'ksx1001', 'ksc5601', 'cp949', 'jis0201', 'jis0208', 'jis0212', 'shiftjis', 'cp932']

with open(os.getcwd() + '/dist/Galmuri9.bdf', 'rt', encoding='utf8') as f:
Expand Down
2 changes: 1 addition & 1 deletion files/updateChar.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import re
from bs4 import BeautifulSoup

fonts = ['Galmuri14', 'Galmuri11', 'Galmuri11-Bold', 'Galmuri11-Condensed', 'Galmuri9', 'Galmuri7']
fonts = ['Galmuri14', 'Galmuri11', 'Galmuri11-Bold', 'Galmuri11-Condensed', 'Galmuri11JP', 'Galmuri9', 'Galmuri7']
chars = ['hangul', 'ksx1001', 'ksc5601', 'cp949', 'jis0201', 'jis0208', 'jis0212', 'shiftjis', 'cp932']
styles = ''

Expand Down

0 comments on commit 9ae299a

Please sign in to comment.