kkartaltepe / obs-text-pango

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

Text rendered in a bitmap font #15

Closed munzirtaha closed 3 years ago

munzirtaha commented 3 years ago

Hi, I tested this plugin and I got a bad resolution for the fonts like in this image...

obs-pango-issue

kkartaltepe commented 3 years ago

This looks correct to me. If you want higher quality increase the font size when selecting the font. The default for freetype is now 256 so try that. Essentially you should use about as many points as you text will be pixels tall. In this example you have text that is probably 500pixels tall, at maybe the default 64pt.

munzirtaha commented 3 years ago

Thanks, but look at the properties window itself.

obs-pango-issue

The default settings shows the text pixilated. The normal user won't figure it out easily, so for usability why not you raise it to 256 by default?

kkartaltepe commented 3 years ago

I might, but this plugin is considered complete so im not making any changes except for bug fixes as it takes a considerable amount of effort to release for all platforms.