Skip to content

Commit

Permalink
add python build script
Browse files Browse the repository at this point in the history
  • Loading branch information
yuru7 committed Mar 16, 2024
1 parent 885ca1a commit 23881c6
Show file tree
Hide file tree
Showing 10 changed files with 1,305 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ bak/*
work/
error.log
build/
release_files/
24 changes: 24 additions & 0 deletions build.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[DEFAULT]
VERSION = v2.0.0
FONT_NAME = PlemolJP
JP_FONT = IBM-Plex-Sans-JP/unhinted/IBMPlexSansJP-{style}.ttf
ENG_FONT = IBM-Plex-Mono/IBMPlexMono-{style}.ttf
HACK_FONT = hack/Hack-{style}.ttf
SOURCE_FONTS_DIR = source
BUILD_FONTS_DIR = build
VENDER_NAME = TWR
FONTFORGE_PREFIX = fontforge_
FONTTOOLS_PREFIX = fonttools_
IDEOGRAPHIC_SPACE = AdjustedGlyphs/ideographic_space.sfd
ADJUST_R = AdjustedGlyphs/r-{style}.sfd
CONSOLE_STR = Console
WIDTH_35_STR = 35
NERD_FONTS_STR = NF
INVISIBLE_ZENKAKU_SPACE_STR = HS
EM_ASCENT = 880
EM_DESCENT = 120
OS2_ASCENT = 950
OS2_DESCENT = 225
HALF_WIDTH_12 = 528
FULL_WIDTH_35 = 1000
ITALIC_ANGLE = 9
Loading

0 comments on commit 23881c6

Please sign in to comment.