linebender / skribo

A Rust library for low-level text layout.
Apache License 2.0
327 stars 35 forks source link

Add unicode functions #10

Closed raphlinus closed 5 years ago

raphlinus commented 5 years ago

This patch adds Unicode functions for HarfBuzz. A couple use the unicode-normalization crate (to save duplication when that is used), but most were written from scratch because there was no exact match for the data in the format needed by HarfBuzz.