Tools for converting FontLab Studio 5 (VFB) files.


License
GPL-3.0
Install
pip install vfbLib==0.6.5

Documentation

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.

Installation

Development Installation

To install from source in editable mode:

git clone git@github.com: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-2024 by LucasFonts GmbH, Berlin