linebender/druid

Multiline labels

Open

#428 ouverte le 29 déc. 2019

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Rust (567 forks)batch import
enhancementhelp wantedwidget

Métriques du dépôt

Stars
 (9 091 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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.

Guide contributeur