use SharpFont instead of custom Tao.FreeType
This commit is contained in:
6
thirdparty/SharpFont.dll.config
vendored
Normal file
6
thirdparty/SharpFont.dll.config
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<dllmap os="linux" dll="freetype.dll" target="libfreetype.so" />
|
||||
<dllmap os="osx" dll="freetype.dll" target="libfreetype.6.dylib" />
|
||||
<dllmap os="windows" dll="freetype.dll" target="freetype6.dll" />
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user