Skip to content

File issues, read release notes, etc. at the main repo:

License

Notifications You must be signed in to change notification settings

jenskutilek/vfbLib

Repository files navigation

vfbLib

Converter and deserializer for FontLab Studio 5 VFB files.

FontLab’s own vfb2ufo converter is from 2015, only outputs UFO v2, and contains serious bugs that are never going to be fixed. Its support on macOS is subject to Apple’s mercy (no native support for Apple Silicon).

That’s why a single determined programmer with a hex editor set out to rectify this situation.

The VFB file format is described in the vfbLib-rust repo, a work-in-progress implementation of vfbLib in rust.

Installation

Development Installation

To install from source in editable mode:

git clone [email protected]:LucasFonts/vfbLib.git
cd vfbLib
pip install -e .

End-User Installation

vfbLib is on the Python Package Index. Install via pip:

pip install vfblib

Usage

See the description of the command line scripts.

Copyright

© 2022-2025 by LucasFonts GmbH, Berlin

About

File issues, read release notes, etc. at the main repo:

Resources

License

Stars

Watchers

Forks

Packages

No packages published