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

Parameterize Font #3

Closed
knappador opened this issue Feb 15, 2019 · 1 comment
Closed

Parameterize Font #3

knappador opened this issue Feb 15, 2019 · 1 comment

Comments

@knappador
Copy link

let font_data = include_bytes!("DejaVuSans.ttf");

Adopting this as my first contrib to vulkano. There's some RFC's kicking about to get better includes of files.

They just wanted manpages:
rust-lang/cargo#2729
Wound up proposing other files
rust-lang/rfcs#2376
And are.... working on it? I don't understand their process yet
rust-lang/crates-io-cargo-teams#14

In any case, since we probably don't want DejaVu shipping in binaries, I think it's safe to remove it from the lib and toss it in somewhere else, parameterizing on a file or other already-read data structure.

@knappador
Copy link
Author

Did some work on Vulkano-glyph and decided not to work on this repo

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