0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 21:13:04 +02:00
obs-studio/plugins/text-freetype2
jp9000 e33d567abe text-freetype2: Do not use fontconfig for mac
Originally, I tested the fontconfig code on mac and it was working
swimmingly.  However, it seems to be related to the fact that I am using
the ports/homebrew version of fontconfig.  Most users do not have that
version, and instead use the system built-in version of fontconfig,
which apparently does not find any mac fonts..  at all.  So, this
reverts the mac code to the older mac code we were using to manually
find and associate fonts with font files on the mac.
2014-08-26 12:43:33 -07:00
..
data Add latest translations from CrowdIn 2014-08-25 14:41:52 -07:00
CMakeLists.txt text-freetype2: Do not use fontconfig for mac 2014-08-26 12:43:33 -07:00
find-font-cocoa.m text-freetype2: Do not use fontconfig for mac 2014-08-26 12:43:33 -07:00
find-font-iconv.c text-freetype2: Do not use fontconfig for mac 2014-08-26 12:43:33 -07:00
find-font-unix.c text-freetype2: Warn if no font file found 2014-08-26 10:25:49 -07:00
find-font-windows.c text-freetype2: Split find-font-windows.c 2014-08-26 12:41:18 -07:00
find-font.c text-freetype2: Split find-font-windows.c 2014-08-26 12:41:18 -07:00
find-font.h Add system font lookup for mac/windows 2014-08-19 02:11:37 -07:00
obs-convenience.c Merge Freetype text plugin 2014-08-18 00:14:02 -07:00
obs-convenience.h Merge Freetype text plugin 2014-08-18 00:14:02 -07:00
text-freetype2.c text-freetype2: Fix null poitner dereference 2014-08-26 10:20:13 -07:00
text-freetype2.h text-freetype2: Avoid spamming the log 2014-08-24 16:59:02 -07:00
text-functionality.c text-freetype2: Fix null poitner dereference 2014-08-26 10:20:13 -07:00