linebender/druid

Multiline labels

Open

#428 geöffnet am 29. Dez. 2019

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (567 Forks)batch import
enhancementhelp wantedwidget

Repository-Metriken

Stars
 (9.091 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

The label widget is currently a single line, which is a serious limitation. #391 was a draft PR to add this, but a more robust solution is to have support for multiline text layouts at the piet level. https://github.com/linebender/piet/pull/103 is a work-in-progress PR to add that. This issue tracks support in druid for when that lands in piet.

Contributor Guide