kkartaltepe / obs-text-pango

Text Source using Pango for OBS Studio
GNU General Public License v2.0
49 stars 16 forks source link

Custom width equivalent #6

Open kkartaltepe opened 6 years ago

kkartaltepe commented 6 years ago

Some users want to center text sources into layouts and then allow dynamic text without the source being rearranged. Currently this can not be done with crop+pad.

kkartaltepe commented 6 years ago

It would be good to figure out a better user interface for this. But the current process that produces best most configurable setup is as follows:

Now put whatever text you want into the source and it will scale up and down to fit the area without moving around.

kkartaltepe commented 5 years ago

Some users actually want line-wrap in this case to have a consistent width but variable height (alerts with text for example). The current workaround doesnt work for them.