diff --git a/src/dlangide.d b/src/dlangide.d index 47720b4..6139c24 100644 --- a/src/dlangide.d +++ b/src/dlangide.d @@ -28,6 +28,8 @@ extern (C) int UIAppMain(string[] args) { version (USE_OPENGL) { // you can turn on subpixel font rendering (ClearType) here FontManager.subpixelRenderingMode = SubpixelRenderingMode.None; // + FontManager.fontGamma = 0.8; + FontManager.hintingMode = HintingMode.AutoHint; } else { version (USE_FREETYPE) { // you can turn on subpixel font rendering (ClearType) here