1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
[](https://github.com/googlefonts/nototools/actions/workflows/ci.yml?query=workflow%3ATest)
[](https://pypi.org/project/notofonttools/)
[](https://github.com/googlefonts/nototools/network/updates)
# Noto Tools
The `nototools` python package contains python scripts used to maintain the [Noto Fonts](https://github.com/googlefonts/noto-fonts/) project, including the [google.com/get/noto](https://www.google.com/get/noto) website.
## Installation
On Mac OS X, install dependencies with [homebrew](https://brew.sh)
# used to ask for pygtk as well
brew install harfbuzz cairo pango imagemagick
Install python dependencies,
pip install -r requirements.txt
Then install nototools. Since nototools changes frequently, installing using 'editable' mode is recommended:
pip install -e .
## Usage
The following scripts are provided:
* `autofix_for_release.py`
* `add_vs_cmap.py`
* `coverage.py`
* `create_image.py`
* `decompose_ttc.py`
* `drop_hints.py`
* `dump_otl.py`
* `fix_khmer_and_lao_coverage.py`
* `fix_noto_cjk_thin.py`
* `generate_sample_text.py`
* `generate_website_2_data.py`
* `merge_noto.py`
* `merge_fonts.py`
* `noto_lint.py`
* `scale.py`
* `subset.py`
* `subset_symbols.py`
* `test_vertical_extents.py`
The following tools are provided:
* `notodiff`
## Releasing
See https://googlefonts.github.io/python#make-a-release.
|