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

Font rendering with fallback font support #18

Open
sternenseemann opened this issue Dec 1, 2020 · 0 comments
Open

Font rendering with fallback font support #18

sternenseemann opened this issue Dec 1, 2020 · 0 comments

Comments

@sternenseemann
Copy link
Contributor

We currently use Unifont which is perfect for our usecase, however it is so big that it doesn't fit in a single TTF file. Its BDF and PCF versions on the other hand are also limited in the amount of codepoints they can hold. Thus we miss out on something important currently: Emojis.

Since adjustments to scroll_text are in order for #5 anyways, I propose to write a new font rendering engine for the flipdots with support for fallback fonts and ideally text shaping (via HarfBuzz).

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

No branches or pull requests

1 participant