You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my tests(debug mode), It not work with these characters: ['A' , 'J', 'X', 'Z', 'p', 'x', 'y', 'z', ...], the crash message is:
cargo run --example single_glyph DejaVuSans-Oblique.ttf A
Finished debug [unoptimized + debuginfo] target(s) in 0.0 secs
Running `target/debug/examples/single_glyph DejaVuSans-Oblique.ttf A`
thread 'main' panicked at 'attempt to add with overflow', examples/single_glyph.rs:14
note: Run with `RUST_BACKTRACE=1` for a backtrace.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: