kkartaltepe / obs-text-pango

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

Feature request: Wrapping at texture size limit #11

Open StevenH237 opened 3 years ago

StevenH237 commented 3 years ago

Currently, text rendering stops at the start of a line that's wider than 4096 pixels. Instead of cutting off the rendering altogether, such long lines should wrap when they hit the 4096 pixel mark.

(This should not preclude #6 being implemented.)