diff options
| author | JiHO <jiho-sf@users.sourceforge.net> | 2009-05-17 21:19:38 +0000 |
|---|---|---|
| committer | jiho-sf <jiho-sf@users.sourceforge.net> | 2009-05-17 21:19:38 +0000 |
| commit | 605126ecd76f63ddccf0ad74f37e2a121fdfd8c8 (patch) | |
| tree | 9ff06d5ab767237a354edcd8bf03483975e3ac5f /packaging | |
| parent | Integrate fix from Jon Cruz regarding localization on OS X (diff) | |
| download | inkscape-605126ecd76f63ddccf0ad74f37e2a121fdfd8c8.tar.gz inkscape-605126ecd76f63ddccf0ad74f37e2a121fdfd8c8.zip | |
Fix bug 215906
The comments:
https://bugs.launchpad.net/inkscape/+bug/215906
highlight that the user ~/Library/fonts folder is not used by Inkscape, which is weird because it most likely was before. We provide our own fonts.conf and this fixes it to add ~/Library/fonts.
In addition, it currently comments the system fonts because most of them are in dfont format and are not yet handled well by pango.
(bzr r7899)
Diffstat (limited to 'packaging')
| -rw-r--r-- | packaging/macosx/Resources/etc/fonts/fonts.conf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/packaging/macosx/Resources/etc/fonts/fonts.conf b/packaging/macosx/Resources/etc/fonts/fonts.conf index a44f823f7..c7a3fa295 100644 --- a/packaging/macosx/Resources/etc/fonts/fonts.conf +++ b/packaging/macosx/Resources/etc/fonts/fonts.conf @@ -24,7 +24,12 @@ <!-- Font directory list --> <dir>/usr/share/fonts</dir> - <dir>/usr/X11R6/lib/X11/fonts</dir> <dir>/Library/Fonts</dir> <dir>/Network/Library/Fonts</dir> <dir>/System/Library/Fonts</dir> <dir>/opt/local/share/fonts</dir> + <dir>/usr/X11R6/lib/X11/fonts</dir> + <dir>/opt/local/share/fonts</dir> + <!-- <dir>/System/Library/Fonts</dir> --> + <dir>/Network/Library/Fonts</dir> + <dir>/Library/Fonts</dir> + <dir>~/Library/Fonts</dir> <dir>~/.fonts</dir> <!-- |
