An open API service indexing awesome lists of open source software.

https://github.com/heriet/cappan

Font rendering engine implemented in pure Zig
https://github.com/heriet/cappan

font-rendering

Last synced: 6 days ago
JSON representation

Font rendering engine implemented in pure Zig

Awesome Lists containing this project

README

          

# cappan

**cappan** (活版) is a font rendering engine implemented in pure Zig. It provides library and tools.

![medial-axis writing-order weighted](cappan_doc/content/guide/image/incremental-rendering/medial_axis_writing_weighted.png)

[Demo on browser](https://heriet.github.io/cappan/demo/)

- Most of this project was built with AI
- This is a personal learning and experimentation project — expect breaking changes. Not recommended for production use

## Features

- Render text from font files to images
- **Incremental rendering** — watch text appear one character at a time
- **Font inspection** and **validation**
- **Font subsetting** — strip a font down to just the characters you need
- CSS metrics comparison across fonts
- And more...