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

Implement proper text shaping #150

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 22, 2024

  1. Implement proper text shaping

    This replaces rusttypes with cosmic_text, which
    implements a layout engine and proper text shaping.
    
    We don't use it to the fullest yet, but that would require a redesign of how we handle text in our interface.
    
    I changed the sampler for text to nearest, which results in much shaper text.
    hasenbanck committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    f86b56c View commit details
    Browse the repository at this point in the history