Skip to content

Make it possible to update text style without having to relayout everything #9

@dominikh

Description

@dominikh

Currently, a paragraph builder builds up a paragraph from styles and text and then returns an immutable paragraph. This makes it difficult to animate styles without having to reshape and relayout the whole paragraph. Most changes, like text color, don't require any updates to the layout, while some changes only require reshaping on a per-run basis, and relayout from the earliest changed run.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesttextAll things text (shaping, rendering, ...)

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions