From 13bc19d8802414dca96da5aa56720866e193e8be Mon Sep 17 00:00:00 2001 From: kax4 Date: Mon, 7 Jan 2013 18:27:31 +0700 Subject: osxbundle: fix unicode support in fonts.conf Looks like unicode support was broken with this simple `fonts.conf`. Copy more (all) of fontconfig's default `fonts.conf`. Fixes #13 Signed-off-by: Stefano Pigozzi --- .../mpv.app/Contents/Resources/fonts.conf | 121 ++++++++++++++++++++- 1 file changed, 116 insertions(+), 5 deletions(-) (limited to 'TOOLS/osxbundle') diff --git a/TOOLS/osxbundle/mpv.app/Contents/Resources/fonts.conf b/TOOLS/osxbundle/mpv.app/Contents/Resources/fonts.conf index b2b6478bdd..5a2e3d2222 100644 --- a/TOOLS/osxbundle/mpv.app/Contents/Resources/fonts.conf +++ b/TOOLS/osxbundle/mpv.app/Contents/Resources/fonts.conf @@ -1,9 +1,120 @@ - /System/Library/Fonts - /Library/Fonts - ~/Library/Fonts - /Network/Library/Fonts - ~/.fontconfig + /System/Library/Fonts + /Library/Fonts + ~/Library/Fonts + /Network/Library/Fonts + ~/.fontconfig + + + + + mono + + + monospace + + + + + + + sans serif + + + sans-serif + + + + + + + sans + + + sans-serif + + + + + + + 0x0020 + 0x00A0 + 0x00AD + 0x034F + 0x0600 + 0x0601 + 0x0602 + 0x0603 + 0x06DD + 0x070F + 0x115F + 0x1160 + 0x1680 + 0x17B4 + 0x17B5 + 0x180E + 0x2000 + 0x2001 + 0x2002 + 0x2003 + 0x2004 + 0x2005 + 0x2006 + 0x2007 + 0x2008 + 0x2009 + 0x200A + 0x200B + 0x200C + 0x200D + 0x200E + 0x200F + 0x2028 + 0x2029 + 0x202A + 0x202B + 0x202C + 0x202D + 0x202E + 0x202F + 0x205F + 0x2060 + 0x2061 + 0x2062 + 0x2063 + 0x206A + 0x206B + 0x206C + 0x206D + 0x206E + 0x206F + 0x2800 + 0x3000 + 0x3164 + 0xFEFF + 0xFFA0 + 0xFFF9 + 0xFFFA + 0xFFFB + + + + 30 + + -- cgit v1.2.3