Does OSX 10.9.1 have fontconfig installed by default?
I found at least the manual from my Macbook air. I have installed XCode full package.
How can you see if you have fontconfig? I cannot find any such command in terminal nor in Fontbook.
Solution 1:
It's not provided by the system (nor the XCode installation). But you can get it with
-
MacPort (
sudo port install fontconfig
) -
Homebrew (
brew install fontconfig
)