servo / font-kit

A cross-platform font loading library written in Rust
Apache License 2.0
660 stars 98 forks source link

Provide APIs which allow using a font from `&'static [u8]` #201

Open Xaeroxe opened 1 year ago

Xaeroxe commented 1 year ago

These would be similar to Font::from_bytes but would instead use a static slice so as to avoid having the font data in memory twice.