fontdue icon indicating copy to clipboard operation
fontdue copied to clipboard

Make `Font::from_bytes` take `impl AsRef<[u8]>`

Open lunabunn opened this issue 2 years ago • 0 comments

This is an API-breaking change, so I'm not sure if it's really worth it, but I think impl AsRef<[u8]> is a bit more conventional signature for taking byte slices than is T: Deref<Target=[u8]>.

lunabunn avatar Jun 04 '22 05:06 lunabunn