alexheretic / ab-glyph

Rust API for loading, scaling, positioning and rasterizing OpenType font glyphs
Apache License 2.0
372 stars 24 forks source link

Reduce raster ops to improve performance #46

Closed alexheretic closed 3 years ago

alexheretic commented 3 years ago

Micro optimisation removing the .min(1.0) from the coverage value. Also remove .round() from the advised usage.