kkartaltepe / obs-text-pango

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

text-utilities.h: reverse FC_VERSION conditional for loading font file #27

Closed codeman38 closed 1 year ago

codeman38 commented 1 year ago

This code should only be used if fontconfig is >= 2.12.91; we're not exposing this option with older fontconfig versions.

Fixes #26.

kkartaltepe commented 1 year ago

Thanks!