]> git.sesse.net Git - vlc/commit
freetype: use fontconfig to get default font if available
authorIlkka Ollakka <ileoo@videolan.org>
Mon, 27 Jul 2009 07:54:01 +0000 (10:54 +0300)
committerIlkka Ollakka <ileoo@videolan.org>
Mon, 27 Jul 2009 08:08:30 +0000 (11:08 +0300)
commit3dc91d617b564edaaa0d7f85bbd0ffbab1b7db49
tree52a8f31fe7163ce7b0d8e8eab3db17f8e0c85cfe
parentd94eb977dd6cb39af1f5609357f44a54112179ef
freetype: use fontconfig to get default font if available

With fontconfig freetype-font is font-family to use, not fontfile.
This should solve issue on linux-side where there aren't any one
place and one file thats usually there.

I'm not that familiar with freetype/fontconfig stuff, so this one could
be way wrong. So feel free to mention/fix/revert this if you spot
something odd.
modules/misc/freetype.c