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

Vectorial text for Canvas #1610

Merged
merged 5 commits into from
Jan 2, 2023
Merged

Commits on Dec 20, 2022

  1. Implement vectorial text support for Canvas

    Powered by `cosmic-text` 🎉
    hecrj committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    5c34d94 View commit details
    Browse the repository at this point in the history
  2. Add vectorial_text example

    hecrj committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    4a0a39a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f150e2d View commit details
    Browse the repository at this point in the history
  4. Fix clippy lints

    hecrj committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    c023ecd View commit details
    Browse the repository at this point in the history
  5. Use fill instead of fill_rectangle for bitmap glyphs in Canvas

    `fill_rectangle` can only be used with axis-aligned rectangles.
    hecrj committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    bc78a6c View commit details
    Browse the repository at this point in the history