Switch from DejaVu to Noto font
As discussed, Noto renders much better with freetype 2.7 [1]. The DejaVu package is still in the HaikuPorts repo and can be installed manually just like all the other available fonts. [1] http://www.freelists.org/post/haiku-development/freetype-update-from-265-to-27
This commit is contained in:
+1
-1
@@ -11,6 +11,6 @@ for f in data/artwork/icons/*; do
|
||||
echo "-label"
|
||||
echo "${bn}"
|
||||
echo "${tmpf}${bn}.png"
|
||||
done | xargs -d '\n' sh -c 'montage -frame 5 -background "#336699" -geometry +4+4 -font /system/data/fonts/ttfonts/DejaVuSansCondensed.ttf -pointsize 8 "$@" haiku_icons.png' --
|
||||
done | xargs -d '\n' sh -c 'montage -frame 5 -background "#336699" -geometry +4+4 -font /system/data/fonts/ttfonts/NotoSans-Regular.ttf -pointsize 9 "$@" haiku_icons.png' --
|
||||
|
||||
rm /tmp/$$_icon_*
|
||||
|
||||
Reference in New Issue
Block a user