ttf-parser
Font parser
A high-level TrueType font parser with a safe, zero-allocation API
A high-level, safe, zero-allocation TrueType font parser.
630 stars
23 watching
71 forks
Language: Rust
last commit: 8 days ago opentypeotftruetypettf
Related projects:
Repository | Description | Stars |
---|---|---|
grzegorzrolek/null-ttf | Creating a minimal TrueType font by stripping out unnecessary data and bytes to produce the smallest possible valid binary | 8 |
bodoni/opentype | A Rust-based library for parsing and building OpenType font files | 38 |
dompdf/php-font-lib | A PHP library for reading and manipulating font files, including TrueType, OpenType, and WOFF formats. | 1,744 |
bodoni/font | Tools for working with font files and their structures | 33 |
bodoni/postscript | A Rust-based parser for PostScript font files | 11 |
tomolt/libschrift | A lightweight TrueType font rendering library with Unicode support and small footprint. | 471 |
yeslogic/allsorts | A font parsing and shaping library for complex scripts used in software rendering | 723 |
libsdl-org/sdl_ttf | Provides an interface to render TrueType fonts in SDL applications | 398 |
bodoni/truetype | A library that provides tools for working with TrueType fonts | 12 |
haf/fsattoparsec | A fast binary parser with support for incremental input | 9 |
pistondevelopers/truetype | A library that reads and interprets the TrueType font format | 17 |
opentype/testfont | A test suite for OpenType font rendering and localization | 13 |
redox-os/rusttype | A Rust library for working with OpenType fonts and rendering text on graphics hardware. | 618 |
razrfalcon/fontdb | A simple in-memory font database with CSS-like queries | 139 |
harfbuzz/rustybuzz | A Rust port of the HarfBuzz text-shaping algorithm | 559 |