diff options
author | CrystalP <crystalp@xboxmediacenter.com> | 2011-11-05 07:23:15 -0700 |
---|---|---|
committer | CrystalP <crystalp@xboxmediacenter.com> | 2011-11-05 07:23:15 -0700 |
commit | dc4e3ae0e39d79a1032d48da29581bfa615b020c (patch) | |
tree | 67281441937e6d7a75de538986c5a14f9aa88b71 /system | |
parent | 585f232cc8119500db05be8096d05b6662cb0c65 (diff) | |
parent | c3862ac6b0def5870a5647ee9e4b8b0c31e9e642 (diff) |
Merge pull request #517 from CrystalP/fix-libassfontconfig
Fix various font issues for ass subtitles
- clean up font temp dir before extracting fonts
- respect libass API to make it see all extracted fonts
- make Arial font always accessible without overhead of system fonts (Windows)
- fix fallback to Arial or use of Arial not included in mkv (not perfect for IOS yet)
Fixes issues/samples of ticket 12023.
Diffstat (limited to 'system')
-rw-r--r-- | system/players/dvdplayer/etc/fonts/fonts.conf | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/system/players/dvdplayer/etc/fonts/fonts.conf b/system/players/dvdplayer/etc/fonts/fonts.conf index df31883246..542327e05b 100644 --- a/system/players/dvdplayer/etc/fonts/fonts.conf +++ b/system/players/dvdplayer/etc/fonts/fonts.conf @@ -23,8 +23,13 @@ <!-- Font directory list --> - <dir>WINDOWSFONTDIR</dir> - +<!-- + Uncomment this directory if we need libass and fontconfig to access all system fonts. + The drawback is the long initial indexing time by fontconfig, and mkv files usually + include their fonts. + <dir>WINDOWSFONTDIR</dir> +--> + <dir>../../media/Fonts</dir> <dir>~/.fonts</dir> <!-- Font cache directory list --> |