jdz/fontmanager

Manage a local fonts database

1.0.5 2025-03-06 19:52 UTC

This package is auto-updated.

Last update: 2025-03-06 20:00:39 UTC


README

Utility to manage a local fonts database

Description

Font Manager is a tool for managing and organizing fonts on your system. It allows you to easily install, uninstall, and preview fonts.

Installation

To include this class in your project, use composer:

composer require jdz/fontmanager

Usage

View the example in the examples directory.

Requires

fonttools is needed to convert TTF files to WOFF and WOFF2 formats

Download and install Python >= 3.8

https://www.python.org/downloads/

Install the fonttools with the woff extension

pip install fonttools[woff]

License

This project is licensed under the MIT License. See the LICENSE file for details.

Author

(c) Joffrey Demetz joffrey.demetz@gmail.com