font rendering setting - AutoHint, gamma=0.8

This commit is contained in:
Vadim Lopatin 2015-01-31 19:03:45 +03:00
parent 6f6fe65b31
commit 42fb5cab8e
1 changed files with 2 additions and 0 deletions

View File

@ -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