alexheretic / glyph-brush

Fast GPU cached text rendering
Apache License 2.0
673 stars 52 forks source link

glyph_brush_layout: Missing font for test #148

Open ghost opened 2 years ago

ghost commented 2 years ago

https://download.copr.fedorainfracloud.org/results/remilauzier/zemeroth/fedora-rawhide-x86_64/03258887-rust-glyph_brush_layout/builder-live.log.gz

error: couldn't read src/../../fonts/DejaVuSansMono.ttf: No such file or directory (os error 2) --> src/builtin.rs:382:33 382 FontRef::try_from_slice(include_bytes!("../../fonts/DejaVuSansMono.ttf")).unwrap() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
= note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info)
error: couldn't read src/../../fonts/WenQuanYiMicroHei.ttf: No such file or directory (os error 2) --> src/builtin.rs:385:33 385 FontRef::try_from_slice(include_bytes!("../../fonts/WenQuanYiMicroHei.ttf")).unwrap() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
= note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info)

error: could not compile glyph_brush_layout due to 2 previous errors

alexheretic commented 2 years ago

https://github.com/alexheretic/ab-glyph/issues/42#issuecomment-872503908