Fontmin is a web font asset pipeline and minification tool designed to reduce font file sizes by removing unused glyphs. It functions as a font format converter and an SVG icon font generator, allowing for the creation of optimized font assets for web deployment. The project is distinguished by its ability to synthesize custom icon fonts by converting multiple SVG files into a single font asset. It further differentiates itself through a plugin-based processing pipeline, which enables the integration of custom transformation functions into the font handling stack. The tool covers a broad ran
FontTools is a Python library for programmatically reading, modifying, and writing font files. It serves as an OpenType and TrueType font parser and a tool for transforming binary font files into human-readable XML for editing and rebuilding. The project includes a manager for reading and writing Unified Font Object source files within local folders or archives. It also provides a specialized utility for compressing web fonts to reduce file size and improve loading performance. The library covers programmatic font manipulation, including the modification of font metrics and glyph data. It pr
Fontello is a custom font package builder and icon font generator designed to combine selected icons from multiple libraries into a single minimized font file. It functions as a service for converting SVG vector graphics into font glyphs through automated path merging and transformations. The project provides a programmatic interface for automating icon workflows, allowing the management of configurations and the triggering of font generation via network requests for build pipelines. This enables the integration of custom font production into external automation workflows and command line too
mPDF is a PHP library that transforms UTF-8 encoded HTML and CSS into formatted PDF documents. It serves as a PDF generation engine and document architect capable of converting web pages and HTML forms into professional files. The project is distinguished by its multilingual rendering capabilities, providing comprehensive support for bidirectional text, right-to-left scripts, and CJK languages using Unicode font embedding and OpenType layout processing. It further enables professional print-ready design through advanced color modeling in CMYK, precise page dimensioning, and compliance with PD
Font-spider ist eine Sammlung spezialisierter Tools zur Optimierung von Web-Fonts. Es fungiert als Font-Subsetter und Komprimierungs-Utility, das HTML-Inhalte analysiert, um nur die auf einer Seite verwendeten Zeichen zu extrahieren und minimierte Font-Dateien zu erstellen, was die Seitengröße reduziert und die Ladezeiten verbessert.
Die Hauptfunktionen von aui/font-spider sind: Font Subsetting Engines, Web Font Re-encoding, Glyph Usage Analysis, Font Format Converters, Web Font Optimization, Web Font Compression, Build Tool Plugins, Build Pipeline Integrators.
Open-Source-Alternativen zu aui/font-spider sind unter anderem: ecomfe/fontmin — Fontmin is a web font asset pipeline and minification tool designed to reduce font file sizes by removing unused… fonttools/fonttools — FontTools is a Python library for programmatically reading, modifying, and writing font files. It serves as an… fontello/fontello — Fontello is a custom font package builder and icon font generator designed to combine selected icons from multiple… mpdf/mpdf — mPDF is a PHP library that transforms UTF-8 encoded HTML and CSS into formatted PDF documents. It serves as a PDF… vercel/next-learn — next-learn is a collection of educational resources and reference implementations for building full-stack web… pal3love/source-han-truetype — Source-Han-TrueType is an OpenType font processor and utility designed to transform font files into the TrueType…