https://github.com/Robmaister/SharpFont TODO: replace Code Bold.otf with the full version, fix any bugs, build on Linux, possibly move ToolBox string wrapping and limiting logic to ScalableFont class for better results.
7 lines
316 B
XML
7 lines
316 B
XML
<?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>
|