Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

glyph_brush_layout: Missing font for test #148

Open
ghost opened this issue Jan 29, 2022 · 1 comment
Open

glyph_brush_layout: Missing font for test #148

ghost opened this issue Jan 29, 2022 · 1 comment

Comments

@ghost
Copy link

ghost commented Jan 29, 2022

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
Copy link
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant