summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d5e8dbd)
raw | patch | inline | side by side (parent: d5e8dbd)
author | jiho-sf <jiho-sf@users.sourceforge.net> | |
Sun, 17 May 2009 21:19:38 +0000 (21:19 +0000) | ||
committer | jiho-sf <jiho-sf@users.sourceforge.net> | |
Sun, 17 May 2009 21:19:38 +0000 (21:19 +0000) |
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.
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.
packaging/macosx/Resources/etc/fonts/fonts.conf | patch | blob | history |
diff --git a/packaging/macosx/Resources/etc/fonts/fonts.conf b/packaging/macosx/Resources/etc/fonts/fonts.conf
index a44f823f74171ab16d88cb47a7cc9dd760c4886c..c7a3fa295c2e7d1662041a6e6284af5cc6437e05 100644 (file)
<!-- 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>
<!--