Skip to main content

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/*

Release files for kerningvalidator 0.1.1.post3

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for kerningvalidator 0.1.1.post3
File Size Uploaded
kerningvalidator-0.1.1.post3.tar.gz 8.7 kB Details

Release files / kerningvalidator-0.1.1.post3.tar.gz

Download URL kerningvalidator-0.1.1.post3.tar.gz
Size 8.7 kB
Tags Source
SHA-256 checksum
How to use checksums
f170fcf458237f000ef003978396b192ae9bcb2e03004bed0f2a5ce769d9b99c
BLAKE2b-256 checksum
How to use checksums
e91e3ea47a6a232df710075fc33842fcaae427d8dca0d935e5076945c6a0bf6e
Upload date
Uploaded using Trusted Publishing?
What is 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

Release history Release notifications | RSS feed

This release

0.1.1.post3 This release

1 release file

0.1.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page