use SharpFont instead of custom Tao.FreeType
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -15,6 +15,7 @@ _ReSharper.*/
|
||||
|
||||
#binary stuff
|
||||
/*.dll
|
||||
/*.dll.config
|
||||
*.pdb
|
||||
*.mdb
|
||||
*.exe
|
||||
@@ -24,9 +25,13 @@ _ReSharper.*/
|
||||
*.orig
|
||||
\#*
|
||||
.*.sw?
|
||||
|
||||
# dependency DLLs (different for every platform!)
|
||||
cg.dll
|
||||
cgGL.dll
|
||||
freetype6.dll
|
||||
zlib1.dll
|
||||
SDL.dll
|
||||
|
||||
/OpenRa.Gl.dll
|
||||
|
||||
@@ -49,7 +54,6 @@ OpenRA.Launcher.Mac/build/
|
||||
OpenRA.Launcher.Mac/OpenRA.xcodeproj/*.pbxuser
|
||||
OpenRA.Launcher.Mac/OpenRA.xcodeproj/*.perspectivev3
|
||||
OpenRA.Launcher.Mac/OpenRA.xcodeproj/*.mode1v3
|
||||
*.config
|
||||
*.resources
|
||||
|
||||
# KDE crap
|
||||
@@ -58,4 +62,4 @@ OpenRA.Launcher.Mac/OpenRA.xcodeproj/*.mode1v3
|
||||
|
||||
# auto-generated documentation
|
||||
DOCUMENTATION.md
|
||||
*.html
|
||||
*.html
|
||||
|
||||
Reference in New Issue
Block a user