Skip to content

Commit

Permalink
Update README after Tibetan fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Satish B committed Dec 15, 2021
1 parent c0aae2e commit fef758f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand Down
10 changes: 5 additions & 5 deletions generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit fef758f

Please sign in to comment.