You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: