hoffstadt / hoffstadt/DearPyGui

Add TextWrapped

Open
#1,275 0 comments 2 reactions 0 assignees View on GitHub
priority: low type: feature
Dominant language
C++
Stars
15.6k
Forks
783
PR merge metrics
No merged PRs in 30d

Description

**Is your feature request related to a problem? Please describe.**

I'd like to be able to put text in tab, or any similar kind of container, and have it dynamically wrap based on the container's width.

**Describe the solution you'd like**

This is already possible upstream, using `TextWrapped`. It'd be great to have a similar function here.

**Describe alternatives you've considered**

`add_text` has a `wrap` argument, but it's static. It could be changed dynamically every frame in Python, but this is tedious and would slow down the program.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.