fontdue icon indicating copy to clipboard operation
fontdue copied to clipboard

The fastest font renderer in the world, written in pure rust.

Results 36 fontdue issues
Sort by recently updated
recently updated
newest added

As per the discussion in #112, I am initiating the process to relicense this project to the `MIT OR Apache-2.0 OR Zlib` triple license. ## Rationale for Licensing Currently `fontdue`...

# Summary Previously, the `layout` module enforced strict trait bounds on the underlying user data type—that is, `U: Copy + Clone`. This is not necessary for most of the methods...

PR #115 fixes issue #114 by converting the output `u8` values to sRGB *after* fontdue creates a coverage vector. However, when working with linear `u8` values, a nonlinear function like...

enhancement

Currently `fontdue` is licensed solely under `MIT`. In addition to not being as compatible as it could be with the rest of the ecosystem, most of which uses the `MIT...

enhancement

This is an API-breaking change, so I'm not sure if it's really worth it, but I think `impl AsRef` is a bit more conventional signature for taking byte slices than...

Hello, Thanks for your work on this crate! I'm using `fontdue` in [Blueboat](https://github.com/losfair/blueboat) for drawing text onto a canvas and would like to reduce the memory usage after loading a...

enhancement

This is probably a bug in the Rust compiler but maybe this can be easily fixed by a workaround or someone already has experience with this error? When this crate...

wontfix

Please git tag the releases when they are made to crates.io . This makes it easier to look at the source code of a specific version later. For example https://github.com/mooman219/fontdue/commit/c36144652fee3c33f6b763d3171785c5c95816fe...

documentation

Hey, I was trying your library, it seems to be very complete, thank you. I am trying to find the biggest scale of a text to make it fill a...

question