phip1611 / audio-visualizer

Simple audio visualization library which is especially useful for developers to visually check audio algorithms against the waveform.
MIT License
51 stars 5 forks source link

fix: font rendering isn't working #7

Closed nanai10a closed 11 months ago

nanai10a commented 1 year ago

when using this crate:

thread 'main' panicked at /home/nanai/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/src/style/font/mod.rs:75:9:
The font implementation is unable to draw text

panicked from this crate.


futher reading: plotters-rs: Font manipulation features

phip1611 commented 1 year ago

Hey, thanks for fixing it. I'll be back from vacation soon and take a look into it before I merge it.

phip1611 commented 11 months ago

Thanks!