Reimplement FreeTypeFont against FreeType directly.

This commit is contained in:
Paul Chote
2019-03-06 22:29:29 +00:00
committed by reaperrr
parent 1d4576229a
commit ebeaf95e4c
3 changed files with 120 additions and 47 deletions

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<dllmap dll="freetype6" os="linux" target="libfreetype.so.6" />
<dllmap dll="freetype6" os="osx" target="/Library/Frameworks/Mono.framework/Libraries/libfreetype.6.dylib" />
<dllmap dll="freetype6" os="freebsd" target="libfreetype.so.6" />
</configuration>