Linux: Use libfontconfig directly instead of calling fc-match

There are apparently some linux systems out there with versions of
fontconfig that do not understanf the :charset query when passed to
fc-match. See #46
This commit is contained in:
Kovid Goyal
2017-02-08 21:52:10 +05:30
parent 882a4f2ab3
commit 02ef3c6dc8
6 changed files with 125 additions and 12 deletions

View File

@@ -12,7 +12,7 @@ matrix:
addons:
apt:
packages:
- libfreetype6-dev
- libfontconfig1-dev
- libglew-dev
- libxi-dev
- libxrandr-dev
@@ -30,7 +30,7 @@ matrix:
addons:
apt:
packages:
- libfreetype6-dev
- libfontconfig1-dev
- libglew-dev
- libxi-dev
- libxrandr-dev