From: mjwybrow Date: Tue, 17 Jan 2006 01:17:11 +0000 (+0000) Subject: * packaging/osx-app.sh, packaging/macosx/Resources/etc/fonts/fonts.conf: X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9f1d67077c9380180bd46af065ed33c7a0521c1a;p=inkscape.git * packaging/osx-app.sh, packaging/macosx/Resources/etc/fonts/fonts.conf: Use a modified fonts.conf file for Mac OS X that includes the standard user font directory ~/Library/Fonts. --- diff --git a/ChangeLog b/ChangeLog index 2cafe4beb..57233d473 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-01-17 Michael Wybrow + + * packaging/osx-app.sh, packaging/macosx/Resources/etc/fonts/fonts.conf: + Use a modified fonts.conf file for Mac OS X that includes the + standard user font directory ~/Library/Fonts. + 2006-01-16 Michael Wybrow * src/svg/Makefile_insert: Updated to reflect a previous header diff --git a/packaging/macosx/Resources/etc/fonts/fonts.conf b/packaging/macosx/Resources/etc/fonts/fonts.conf new file mode 100644 index 000000000..33b3b608c --- /dev/null +++ b/packaging/macosx/Resources/etc/fonts/fonts.conf @@ -0,0 +1,309 @@ + + + + + + + + + + /Library/Fonts + /Network/Library/Fonts + /System/Library/Fonts + /usr/X11R6/lib/X11/fonts + /usr/share/fonts + /var/root/Library/Fonts + ~/.fonts + ~/Library/Fonts + + + + + + + mono + + + monospace + + + + + + + sans serif + + + sans-serif + + + + + + + sans + + + sans-serif + + + + + + + + Times + Times New Roman + Nimbus Roman No9 L + Luxi Serif + Kochi Mincho + AR PL SungtiL GB + AR PL Mingti2L Big5 + Baekmuk Batang + serif + + + + Helvetica + Arial + Verdana + Nimbus Sans L + Luxi Sans + Kochi Gothic + AR PL KaitiM GB + AR PL KaitiM Big5 + Baekmuk Dotum + SimSun + sans-serif + + + + Courier + Courier New + Andale Mono + Luxi Mono + Nimbus Mono L + NSimSun + monospace + + + + + sans-serif + + + serif + + + monospace + + + sans-serif + + + + + ~/.fonts.conf + + + local.conf + + + + Times + Times New Roman + + + Helvetica + Verdana + + + Arial + Verdana + + + Courier + Courier New + + + + + serif + + Times New Roman + Nimbus Roman No9 L + Luxi Serif + Times + Kochi Mincho + AR PL SungtiL GB + AR PL Mingti2L Big5 + Baekmuk Batang + + + + sans-serif + + Verdana + Nimbus Sans L + Luxi Sans + Arial + Helvetica + Kochi Gothic + AR PL KaitiM GB + AR PL KaitiM Big5 + Baekmuk Dotum + SimSun + + + + monospace + + Andale Mono + Courier New + Luxi Mono + Nimbus Mono L + Kochi Gothic + AR PL KaitiM GB + Baekmuk Dotum + + + + + + + + + roman + + + + roman + + + + + matrix + 1.2 + 01 + + + + + + oblique + + + + + + + 0x0020 + 0x00a0 + 0x00ad + 0x115f + 0x1160 + 0x1680 + 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 + 0xfffa + + + + 30 + + + + diff --git a/packaging/osx-app.sh b/packaging/osx-app.sh index 954ccb9fc..aa78b10ba 100644 --- a/packaging/osx-app.sh +++ b/packaging/osx-app.sh @@ -158,8 +158,8 @@ ModuleFiles = "\${HOME}/.inkscape-etc/pango.modules" AliasFiles = "\${HOME}/.inkscape-etc/pangox.aliases" END_PANGO -mkdir -p $pkgetc/fonts/ -cp /etc/fonts/* $pkgetc/fonts/ +# We use a modified fonts.conf file so only need the dtd +cp /etc/fonts/fonts.dtd $pkgetc/fonts/ mkdir -p $pkgetc/gtk-2.0 sed -e "s,$SW,\${CWD},g" $SW/etc/gtk-2.0/gdk-pixbuf.loaders > $pkgetc/gtk-2.0/gdk-pixbuf.loaders