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

Text layout support #173

Open
3 tasks
noelwelsh opened this issue Aug 28, 2024 · 0 comments
Open
3 tasks

Text layout support #173

noelwelsh opened this issue Aug 28, 2024 · 0 comments

Comments

@noelwelsh
Copy link
Contributor

We need to support some form of text layout, so that text boxes can be restricted in width or height or both, and text will reflow to fit within the constraints. There is an example of reflowing here (the paragraph shaping demo).

Tasks

  • See what current APIs (Java2D, Skia, SVG, etc.) support to get an idea of what is available
  • Design an API to represent minimal functionality
  • Implement it for one or more backends!
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