From fef758ff40cfb1681577cf37ee0e983b3fdc51a0 Mon Sep 17 00:00:00 2001 From: Satish B <> Date: Wed, 15 Dec 2021 18:26:07 +0000 Subject: [PATCH] Update README after Tibetan fix --- README.md | 12 ++++++++---- generate.py | 10 +++++----- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index ffed98d..db7e707 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ page](https://github.com/satbyy/go-noto-universal/releases/) and download what y Development builds are available from [GitHub Actions](https://github.com/satbyy/go-noto-universal/actions) page. Click on any workflow with green -checkmark ✅ (pipeline passed) and under "Artifacts", download "GoNotoUniversal.zip (login +checkmark ✅ (pipeline passed) and under "Artifacts", download "GoNotoUniversal.zip" (login required). ## Build @@ -33,6 +33,10 @@ The Go Noto South Asia takes the longest time to generate. `run.sh` is designed to be reentrant, so you can run it multiple times without altering the working state of the repository or downloading stuff again and again. +Latest CI status: + +[![CI](https://github.com/satbyy/go-noto-universal/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/satbyy/go-noto-universal/actions/workflows/main.yml) + ## Dependencies There is no dependency other than [`nototools`](https://github.com/googlefonts/nototools) and @@ -128,16 +132,16 @@ problem because CJK fonts have "vmtx" table, which is absent in other fonts, thu ## Font Statistics -Statistics below correspond to release v2.1. +Statistics below correspond to release v2.2. | Regional font | Code blocks | Codepoints | Glyphs | |----------------------------|-------------|------------|--------| | GoNotoEuropeAmericas.ttf | 111 | 11896 | 14780 | | GoNotoAfricaMiddleEast.ttf | 125 | 15506 | 19750 | -| GoNotoSouthAsia.ttf | 114 | 10922 | 20879 | +| GoNotoSouthAsia.ttf | 114 | 10955 | 20974 | | GoNotoAsiaHistorical.ttf | 114 | 10261 | 16767 | | GoNotoSouthEastAsia.ttf | 107 | 10168 | 14358 | -| GoNotoEastAsia.ttf | 96 | 10522 | 15081 | +| GoNotoEastAsia.ttf | 96 | 10559 | 15357 | | GoNotoCJKCore2005.ttf | 20 | 10338 | 20099 | Note that each of the above (except CJKCore2005) include statistics of: diff --git a/generate.py b/generate.py index 1b352df..f049f9e 100755 --- a/generate.py +++ b/generate.py @@ -31,7 +31,7 @@ "NotoSansTamil-Regular.ttf", "NotoSansTelugu-Regular.ttf", "NotoSansThaana-Regular.ttf", - "NotoSerifTibetanSubset-Regular.ttf", # Tibetan subset ok + "NotoSerifTibetanSubset-Regular.ttf", "NotoSansWancho-Regular.ttf", "NotoSansWarangCiti-Regular.ttf", # Common for all scripts @@ -51,7 +51,7 @@ "NotoSansMarchen-Regular.ttf", "NotoSansModi-Regular.ttf", "NotoSansMultani-Regular.ttf", - # "NotoSansNandinagari-Regular.ttf", # doesn't exist + # "NotoSansNandinagari-Regular.ttf", # TODO: not working "NotoSansOldSogdian-Regular.ttf", "NotoSansOldTurkic-Regular.ttf", "NotoSansPhagsPa-Regular.ttf", @@ -184,7 +184,7 @@ 'GoNotoEastAsia.ttf': [ "NotoSans-Regular.ttf", "NotoSansMarchen-Regular.ttf", - # "NotoSansMongolian-Regular.ttf", # not working + # "NotoSansMongolian-Regular.ttf", # TODO: not working "NotoSansOldSogdian-Regular.ttf", "NotoSansOldTurkic-Regular.ttf", "NotoSansPhagsPa-Regular.ttf", @@ -193,10 +193,10 @@ "NotoSansZanabazarSquare-Regular.ttf", "NotoSerifTibetanSubset-Regular.ttf", "NotoSansYi-Regular.ttf", - # "NotoSansNushu-Regular.ttf", # not working + # "NotoSansNushu-Regular.ttf", # TODO: not working "NotoSansLisu-Regular.ttf", "NotoSansMiao-Regular.ttf", - # "NotoSerifTangut-Regular.ttf", # not working + # "NotoSerifTangut-Regular.ttf", # TODO: not working # Common for all scripts "NotoSansSymbols-Regular.ttf", "NotoSansSymbols2-Regular.ttf",