Skip to main content

No project description provided

Project description

Kerning Validator

Compares kerning defined in .glyphs source with kerning defined in binary font.

It reads all kerning pairs of all masters of a Variable Font from the .glyphs source and shapes the pairs using the binary font with vharfbuzz, once with and once without kerning enabled, then compares the two values.

To catch absolutely all kerning, it gathers all unicodes associated with a kerning class and cross-checks all possible combinations. This is necessary because members of a kerning class may be part of different writing scripts and may or may not be included in the font based on their script.

The shaped kerning is lazily read from the vharfbuzz buffer through the x value of buf.glyph_positions by simply comparing the highest x value of each composition.

Invocation

From the command line:

kerningvalidator font.glyphs font.ttf

From within Python:

from kerningvalidator import missing_kerning

# Get missing kerning
missing_kerning = missing_kerning("font.glyphs", "font.ttf")

# Success means en ampty list
assert len(missing_kerning) == 0

Limitations

  1. This tool was written with Variable Fonts in mind that contain both LTR and RTL kerning pairs
  2. This tool currently only consumes .glyphs sources, no UFOs
  3. The kerning comparisons are currently limited to encoded glyphs only
  4. The vharfbuzz shaping has shown a difference of up to 1 font unit compared to the kerning defined in the .glyphs source. The tool therefore allows for 1 unit difference
  5. There are currently no unit tests for this tool
  6. It takes forever for a large font

Package

To create a new package, install twine via pip install twine, then cd to Lib/ and then:

  • python3 setup.py sdist
  • twine upload dist/*

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kerningvalidator-0.1.1.post3.tar.gz (8.7 kB view details)

Uploaded Source

File details

Details for the file kerningvalidator-0.1.1.post3.tar.gz.

File metadata

  • Download URL: kerningvalidator-0.1.1.post3.tar.gz
  • Upload date:
  • Size: 8.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.1

File hashes

Hashes for kerningvalidator-0.1.1.post3.tar.gz
Algorithm Hash digest
SHA256 f170fcf458237f000ef003978396b192ae9bcb2e03004bed0f2a5ce769d9b99c
MD5 43b43ca6dca6793fee7e2d0fb6646609
BLAKE2b-256 e91e3ea47a6a232df710075fc33842fcaae427d8dca0d935e5076945c6a0bf6e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page