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

Add new font converter #33

Merged
merged 1 commit into from
Oct 11, 2023
Merged

Conversation

rfuest
Copy link
Member

@rfuest rfuest commented Oct 11, 2023

This PR replaces the macro based font conversion with a new converter crate. One advantage of this approach is that it is now possible to convert the fonts either in a build script or ahead of time. The ahead of time conversion is especially useful to release font crates without the build time overhead for the font converter.

With a few additional tweaks it should also be possible to replace the broken font converter in the embedded-graphics project by this converter, because it also supports MonoFont output.

@rfuest rfuest merged commit ef89a27 into embedded-graphics:master Oct 11, 2023
4 checks passed
@rfuest rfuest deleted the eg-convert-font branch October 11, 2023 19:15
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

Successfully merging this pull request may close these issues.

1 participant