Updated SharpFont to 3.0.0, adjusted font rendering code for new fixed-point types.

This commit is contained in:
Robert Rouhani
2015-03-20 23:51:24 -04:00
parent bc7fd81297
commit 4987a6b24c
4 changed files with 14 additions and 29 deletions

View File

@@ -39,10 +39,11 @@ fi
if [ ! -f SharpFont.dll ]; then
echo "Fetching SharpFont from nuget"
nuget install SharpFont -Version 2.5.0.1 -ExcludeVersion
nuget install SharpFont -Version 3.0.1 -ExcludeVersion
cp ./SharpFont/lib/net20/SharpFont* .
sed '/osx/s@\(dll="\)[^"]*\(" />\)@\1/Library/Frameworks/Mono.framework/Libraries/libfreetype.6.dylib\2@' ./SharpFont/Content/SharpFont.dll.config > SharpFont.dll.config
cp ./SharpFont/config/SharpFont.dll.config .
rm -rf SharpFont
rm -rf SharpFont.Dependencies
fi
if [ ! -f nunit.framework.dll ]; then