Google Fonts Tools is a set of command-line tools for testing font projects
Project description
Google Fonts Tools
This project contains tools used for working with the Google Fonts collection, plus Google Fonts Glyph Set Documentation in the /encodings subdirectory. While these tools are primarily intended for contributors to the Google Fonts project, anyone who works with fonts could find them useful.
The tools and files under this directory are available under the Apache License v2.0, for details see LICENSE
Google Fonts Official Glyph Sets (Encodings)
https://github.com/googlefonts/gftools/tree/master/Lib/gftools/encodings
Usage Examples
Compare fonts:
gftools compare-font font1.ttf font2.ttf
Add a METADATA.pb to a family directory
gftools add-font ../ofl/newfamily
Sanity check a family directory:
gftools sanity-check --repair_script=/tmp/fix.py ../ofl/josefinsans
gftools sanity-check --repair_script=/tmp/fix.py --fix_type=fsSelection ../ufl
Check a font family against the same family hosted on Google Fonts:
gftools qa [fonts.ttf] -gfb -a -o qa
Add a DSIG table to a font
gftools fix-dsig font1.ttf
Fix a non hinted font
gftools fix-nonhinting font_in.ttf font_out.ttf
Installation
Please install these tools using pip:
pip install gftools
Requirements and Dependencies
These tools depend on the submodule GlyphsInfo
.
Make sure the submodule is up to date by running:
git submodule update --init --recursive
Running gftools-qa also requires Harfbuzz, Cairo, FreeType and pkg-config. These can be installed on OS X using homebrew:
brew install cairo freetype harfbuzz pkg-config
Google Fonts API Key
In order to use the scripts gftools qa and gftools family-html-snippet, you will need to generate a Google Fonts api key, https://developers.google.com/fonts/. You will then need to create a new file located on your system at ~/.gf-api-key
, which contains the following:
[Credentials]
key = your-newly-generated-googlefonts-api-key
Upstream project repos
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file gftools-0.3.0.tar.gz
.
File metadata
- Download URL: gftools-0.3.0.tar.gz
- Upload date:
- Size: 2.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad8494b28669762f8f0d7973f1a104ea77454073db4145ee71902663dbb68ada |
|
MD5 | ca6eef8739ec31b1d8f5ada6269f23ea |
|
BLAKE2b-256 | 12f28cc6087fe1d46e8efb56e2ab91b331f31f7371804899fa9f8dd63389584e |