Skip to content

Commit

Permalink
Update to the source files
Browse files Browse the repository at this point in the history
Undertook a major overhaul, converting the UFO sources to glyphs sources, updating, and converting back to UFO + DS.

Missing glyphs now added, and vertical metrics updated. Duplicated metadata removed, local names implemented. Should be good now!
  • Loading branch information
aaronbell committed May 14, 2024
1 parent 16578b0 commit 90f8e11
Show file tree
Hide file tree
Showing 10,478 changed files with 93,900 additions and 48,408 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
venv
sources/temp
sources/build
sources/build/*.ufo
sources/build/instance_ufos
.DS_Store
sources/.ninja_log
sources/build.ninja
*.glyphs
10 changes: 9 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,17 @@ merge:
export:
. venv/bin/activate; gftools builder sources/project.yaml

build: venv extract merge export
build: venv merge export
. venv/bin/activate; python3 sources/scripts/post.py;

# converter:
# glyphs2ufo sources/LXGWWenKaiMonoTC-Bold.glyphs
# glyphs2ufo sources/LXGWWenKaiMonoTC-Regular.glyphs
# glyphs2ufo sources/LXGWWenKaiMonoTC-Light.glyphs
# glyphs2ufo sources/LXGWWenKaiTC-Bold.glyphs
# glyphs2ufo sources/LXGWWenKaiTC-Regular.glyphs
# glyphs2ufo sources/LXGWWenKaiTC-Light.glyphs

venv/touchfile: requirements.txt
test -d venv || python3 -m venv venv
. venv/bin/activate; pip install -Ur requirements.txt
Expand Down
Binary file modified fonts/TTF/LXGWWenKaiMonoTC-Bold.ttf
Binary file not shown.
Binary file modified fonts/TTF/LXGWWenKaiMonoTC-Light.ttf
Binary file not shown.
Binary file modified fonts/TTF/LXGWWenKaiMonoTC-Regular.ttf
Binary file not shown.
Binary file modified fonts/TTF/LXGWWenKaiTC-Bold.ttf
Binary file not shown.
Binary file modified fonts/TTF/LXGWWenKaiTC-Light.ttf
Binary file not shown.
Binary file modified fonts/TTF/LXGWWenKaiTC-Regular.ttf
Binary file not shown.
2 changes: 1 addition & 1 deletion sources/LXGWWenKaiMonoTC-Bold.ufo/features.fea
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ languagesystem hani dflt;
languagesystem kana dflt;
languagesystem latn dflt;


# Prefix: Prefix
# GSUB
lookup afrcVerticalFractionslookup0 {
Expand Down Expand Up @@ -2949,4 +2950,3 @@ feature liga {
language dflt ;
lookup ligaStandardLigaturesinHiraganaKatakanalookup9;
} liga;

Loading

0 comments on commit 90f8e11

Please sign in to comment.