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

stabilize distance field font rendering for the software renderer #7506

Open
ogoffart opened this issue Jan 31, 2025 · 1 comment
Open

stabilize distance field font rendering for the software renderer #7506

ogoffart opened this issue Jan 31, 2025 · 1 comment
Labels
a:platform-mcu Microcontrollers (mO,bS) a:text Text rendering, fonts, Text input (mS,bF) enhancement New feature or request
Milestone

Comments

@ogoffart
Copy link
Member

We have currently a disabled by default distance field font embedding.
It is not possible for user to enable it with public API
We need to add public API to enable it for C++ and Rust project.

@ogoffart ogoffart added a:platform-mcu Microcontrollers (mO,bS) a:text Text rendering, fonts, Text input (mS,bF) enhancement New feature or request labels Jan 31, 2025
@ogoffart ogoffart added this to the 1.10 milestone Jan 31, 2025
@ogoffart
Copy link
Member Author

We need:

  • add a feature flag to enable that in the compiler. This brings quite a lot of dependencies so it probably shouldn't be built by default.
  • add a flag in the CompilerConfiguration to specify that we want that.

The feature saves a lot of flash space but lead to inferior rendering quality and speed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:platform-mcu Microcontrollers (mO,bS) a:text Text rendering, fonts, Text input (mS,bF) enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant