servo/font-kit

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

Xaeroxe opened this issue · 0 comments

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.