Skip to content

Calling CanvasTextAnalyzer.Dispose() in winui3 will trigger an exception #993

@lgBlog

Description

@lgBlog
private void Button_Click(object sender, RoutedEventArgs e)
{
    var analyzer = new CanvasTextAnalyzer("str", new CanvasTextDirection());
    analyzer.Dispose();
}

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions