mooman219 / fontdue

The fastest font renderer in the world, written in pure rust.
Apache License 2.0
1.42k stars 70 forks source link

Expose offset when rasterizing #148

Closed Koranir closed 4 months ago

Koranir commented 8 months ago

Adds two functions to Font that are the same as rasterize_indexed[_subpixel], but take an additional offset: f32 parameter for more controlled hinting.

Koranir commented 8 months ago

I am not quite sure how to fix that CI error. Oh well.

mooman219 commented 8 months ago

I am not quite sure how to fix that CI error. Oh well.

Clippy getting upity on older code. Maybe there was a clippy update, I'll take a look later