Brotli Compression in WOFF2 Fonts with Python using Aspose.Font FOSS

Aspose.Font FOSS for Python handles Brotli compression transparently when producing WOFF2 fonts. The bundled BrotliEncoder and BrotliDecoder are also available for low-level use with no external dependencies required.

May 30, 2026 · 4 min · Aspose

Working with WOFF and WOFF2 Web Fonts in Python using Aspose.Font FOSS

Load and process WOFF and WOFF2 web fonts in Python with Aspose.Font FOSS. Inspect XML metadata, access inner OpenType tables, enumerate kern pairs, and convert between TTF, WOFF, and WOFF2 using WoffFont and WebFontBuilder.

May 30, 2026 · 5 min · Aspose

Working with EOT Fonts in Python using Aspose.Font FOSS

Load and inspect Embedded OpenType (EOT) fonts in Python with Aspose.Font FOSS. Read EotHeader metadata, access the inner TtfFont, and convert fonts to and from EOT format using EotFont and EotSerializer.

May 21, 2026 · 4 min · Aspose

Working with TrueType Fonts in Python using Aspose.Font FOSS

Load and inspect TrueType and OpenType fonts in Python with Aspose.Font FOSS. Access OpenType tables through TtfTableSet, inspect kern pairs, and work with variable font axes using TtfFont.

May 21, 2026 · 4 min · Aspose

Working with Type 1 Fonts in Python using Aspose.Font FOSS

Load and inspect Type 1 fonts in Python with Aspose.Font FOSS. Access Type1FontData metadata, interpret charstrings via Type1Interpreter, and serialize to PFB or PFA format using Type1Serializer.

May 21, 2026 · 4 min · Aspose

Working with Font Tables in Python

Read, inspect, and modify OpenType font tables (head, name, cmap, OS/2, kern, glyf) with Aspose.Font FOSS for Python and the TtfTableSet API.

May 11, 2026 · 4 min · Aspose

Core Font Management in Python with Aspose.Font FOSS

Practical guide to core font management with Aspose.Font FOSS for Python: loading, glyph inspection, conversion, subsetting, and web optimization.

May 8, 2026 · 4 min · Aspose

Introducing Aspose.Font FOSS for Python

Aspose.Font FOSS for Python is a pure-Python, MIT-licensed library for loading, inspecting, converting, and subsetting fonts across TTF, OTF, CFF, Type 1, WOFF, WOFF2, and EOT formats.

May 8, 2026 · 4 min · Aspose

Working with CFF Fonts in Python using Aspose.Font FOSS

Deep dive into CFF font processing with Aspose.Font FOSS for Python: CffFont, CffCharset, CffEncoding, CffDict, CffIndex, and Type 2 charstring interpretation.

May 8, 2026 · 3 min · Aspose