alexheretic / ab-glyph

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

Replace usages of legacy numeric constants. #103

Closed waywardmonkeys closed 6 months ago

waywardmonkeys commented 6 months ago

The associated constants on the types are preferred as the legacy items may be deprecated in the future.

See https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants for more details.

alexheretic commented 6 months ago

Thanks!