3 releases (breaking)

0.3.0 Aug 6, 2025
0.2.0 Jun 20, 2025
0.1.0 May 9, 2025

#352 in #font

Download history 162/week @ 2026-01-17 83/week @ 2026-01-24 619/week @ 2026-01-31 87/week @ 2026-02-07 180/week @ 2026-02-14 146/week @ 2026-02-21 174/week @ 2026-02-28 265/week @ 2026-03-07 261/week @ 2026-03-14 158/week @ 2026-03-21 216/week @ 2026-03-28 223/week @ 2026-04-04 79/week @ 2026-04-11 77/week @ 2026-04-18 80/week @ 2026-04-25 40/week @ 2026-05-02

290 downloads per month
Used in 11 crates (8 directly)

MIT/Apache

5.5MB
117K SLoC

Fontations

Foundational crates for working with fonts.

This crate reexports compatible versions of the other crates in the fontations project:

  • font-types (low-level data types, as fontations::types)
  • read-fonts (low-level code for parsing and accesing font tables, as fontations::read)
  • write-fonts (low-level code for modifying and generating font tables, as fontations::write)
  • skrifa (higher level abstractions for working with font data, as fontations::skrifa)

The goal is to make it easy to keep these dependencies in sync.

Dependencies