Skip to main content

Load, examine and save fonts in a variety of formats

Project description

Babelfont: Load, examine and save fonts in a variety of formats

This describes Babelfont >3.0, which is a complete rewrite from the previous version.

Babelfont is a utility for loading fonts and examining fonts in a variety of formats. It can also be used to write fonts in some of these formats, making it possible to convert between font formats.

Here are the formats which are currently supported:

Format Read Write
Glyphs 2 partial
Glyphs 3 * *
.glyphspackage *
UFO *
Designspace *
Fontlab VFJ partial
Fontlab VFB partial
TTF partial *
OTF partial
Glyphr Studio 2 partial
Fontforge SFD partial *
Fontforge SFDir partial *
Babelfont * *

Babelfont converts all of the above font formats into a intermediary set of objects, whose object hierarchy can be seen here. The allows the developer to examine any font (single master or variable), without needing to worry about the details of each font format.

For example:

from babelfont import load

font = load("Myfont.glyphs") # Or .designspace, or whatever
default_a = font.default_master.get_glyph_layer("A")
top_anchor = default_a.anchors_dict["top"].x
print("Top anchor = (%i,%i)" % (top_anchor.x, top_anchor.y))
print("LSB, RSB = (%i,%i)" % (default_a.lsb, default_a.rsb))
font.save("Myfont.ttf")

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

babelfont-3.1.3.tar.gz (1.4 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

babelfont-3.1.3-py3-none-any.whl (563.0 kB view details)

Uploaded Python 3

File details

Details for the file babelfont-3.1.3.tar.gz.

File metadata

  • Download URL: babelfont-3.1.3.tar.gz
  • Upload date:
  • Size: 1.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.1

File hashes

Hashes for babelfont-3.1.3.tar.gz
Algorithm Hash digest
SHA256 23f7b17c02eb62df55ed0e74391768ea16fc262283ede2a7e7b4bf96c91378df
MD5 04e4d27b475749d014d2c628fb511e79
BLAKE2b-256 2d142acdc089ea11b2ef0710f527af3aeec7e6267209db3caf8d56e5fa6d1939

See more details on using hashes here.

File details

Details for the file babelfont-3.1.3-py3-none-any.whl.

File metadata

  • Download URL: babelfont-3.1.3-py3-none-any.whl
  • Upload date:
  • Size: 563.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.1

File hashes

Hashes for babelfont-3.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 7c8a7b935c72f2fdf9c349be0d8a481cd9cc284dc20063a1752c1323c9f76c73
MD5 a3ce626e235828f479484b2d0e1d0c5d
BLAKE2b-256 dc7281154e96f30ddc23bfd9e7056556c1214de70f5d41b0dbf8065ee9216b94

See more details on using hashes here.

Supported by

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