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 fallback font "stack" with lv_ll #7

Open
samueldr opened this issue Oct 13, 2022 · 0 comments
Open

Add fallback font "stack" with lv_ll #7

samueldr opened this issue Oct 13, 2022 · 0 comments

Comments

@samueldr
Copy link
Member

samueldr commented Oct 13, 2022

This would be used to add e.g. all of Noto fonts as a fallback, instead of rudely showing stupid missing char diamonds.

The API would basically be that we'd have a static linked_list ref, and prepend/append fallback fonts at runtime.

When looking for a fallback glyph, we "just" loop on the linked list until we find one.

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

No branches or pull requests

1 participant