From e5690e5165588643dcd91270a49e9bbe2556fd05 Mon Sep 17 00:00:00 2001 From: Yves Combe Date: Sat, 24 Mar 2007 06:21:59 +0000 Subject: continue work with NSBundle. svn path=/trunk/; revision=2544 --- (limited to 'macosx') diff --git a/macosx/fonts.conf b/macosx/fonts.conf new file mode 100644 index 0000000..8394ffd --- /dev/null +++ b/macosx/fonts.conf @@ -0,0 +1,154 @@ + + + + + + + + + + /Library/Fonts + /Network/Library/Fonts + /System/Library/Fonts + /usr/X11R6/lib/X11/fonts + /usr/share/fonts + /var/root/Library/Fonts + ~/.fonts + ~/Library/Fonts + + + + ~/.fontconfig + + + + + mono + + + monospace + + + + + + + sans serif + + + sans-serif + + + + + + + sans + + + sans-serif + + + + + conf.d + + + + + 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 + 0x3000 + 0x3164 + 0xFEFF + 0xFFA0 + 0xFFF9 + 0xFFFA + 0xFFFB + + + + 30 + + + + diff --git a/macosx/pangorc b/macosx/pangorc index bfbecbd..c9ccba3 100644 --- a/macosx/pangorc +++ b/macosx/pangorc @@ -4,7 +4,7 @@ # [Pango] -ModuleFiles = ./pango.modules +ModuleFiles = @{prefix}/pango.modules [PangoX] -AliasFiles = ./pangox.aliases \ No newline at end of file +AliasFiles = @{prefix}/pangox.aliases -- cgit v0.9.1