jdz/fontmanager

Manage a local fonts database

Installs: 15

Dependents: 1

Suggesters: 1

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/jdz/fontmanager

1.0.6 2025-07-01 15:03 UTC

This package is auto-updated.

Last update: 2025-10-01 00:16:58 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