diff --git a/examples/example1/src/main.d b/examples/example1/src/main.d index 408a89ac..e5cd0e83 100644 --- a/examples/example1/src/main.d +++ b/examples/example1/src/main.d @@ -186,7 +186,10 @@ extern (C) int UIAppMain(string[] args) { // load theme from file "theme_default.xml" Platform.instance.uiTheme = "theme_default"; - //drawableCache.get("tx_fabric.tiled"); + // you can override default hinting mode here + FontManager.instance.hintingMode = HintingMode.Normal; + // you can override antialiasing setting here + FontManager.instance.minAnitialiasedFontSize = 16; // create window Window window = Platform.instance.createWindow("My Window", null); diff --git a/lib/libfreetype-6.dll b/lib/libfreetype-6.dll new file mode 100644 index 00000000..339afdfa Binary files /dev/null and b/lib/libfreetype-6.dll differ diff --git a/lib/zlib1.dll b/lib/zlib1.dll new file mode 100644 index 00000000..d9489311 Binary files /dev/null and b/lib/zlib1.dll differ