Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/notofonts/nototools
Noto fonts support tools and scripts plus web site generation
https://github.com/notofonts/nototools
Last synced: 3 months ago
JSON representation
Noto fonts support tools and scripts plus web site generation
- Host: GitHub
- URL: https://github.com/notofonts/nototools
- Owner: notofonts
- License: apache-2.0
- Created: 2015-06-05T00:50:47.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-07-25T16:20:37.000Z (4 months ago)
- Last Synced: 2024-07-28T21:57:02.131Z (3 months ago)
- Language: Python
- Homepage:
- Size: 42 MB
- Stars: 267
- Watchers: 37
- Forks: 90
- Open Issues: 86
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-typography - Noto Tools - Noto fonts support tools and scripts. (Python)
README
[![CI Build Status](https://github.com/googlefonts/nototools/workflows/Continuous%20Test%20+%20Deploy/badge.svg)](https://github.com/googlefonts/nototools/actions/workflows/ci.yml?query=workflow%3ATest)
[![PyPI](https://img.shields.io/pypi/v/notofonttools.svg)](https://pypi.org/project/notofonttools/)
[![Dependencies](https://badgen.net/github/dependabot/googlefonts/nototools)](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 imagemagickInstall 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.