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

[raster] Make small fonts look good #54

Open
dhardy opened this issue Jun 29, 2021 · 1 comment
Open

[raster] Make small fonts look good #54

dhardy opened this issue Jun 29, 2021 · 1 comment

Comments

@dhardy
Copy link
Contributor

dhardy commented Jun 29, 2021

Since this library now has a raster module...

Recent work (mostly #49 and kas-gui/kas#201) has improved legibility of small fonts to the point that 5-6pt fonts are fairly easy to read, but quality is still lacking compared to more mature systems.

Likely this means grid fitting (instructing) glyphs. There doesn't currently appear to be a Rust library available for this.

Another approach would be to use system-native libraries, possibly via crossfont, though this should be optional (allowing pure-Rust usage).

@dhardy
Copy link
Contributor Author

dhardy commented Jun 29, 2021

Examples of current appearance at 5, 6, 8pt (Noto Sans):
noto-sans-5pt
noto-sans-6pt
noto-sans-8pt

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