diff -r a69124eb7ce7 -r 6adf27e85cae hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Tue May 17 23:29:49 2016 +0300 +++ b/hedgewars/uVariables.pas Fri Jul 15 22:39:07 2016 +0300 @@ -296,28 +296,28 @@ const FontzInit: array[THWFont] of THHFont = ( (Handle: nil; - Height: 12; + Height: 12*HDPIScaleFactor; style: TTF_STYLE_NORMAL; Name: 'DejaVuSans-Bold.ttf'), (Handle: nil; - Height: 24; + Height: 24*HDPIScaleFactor; style: TTF_STYLE_NORMAL; Name: 'DejaVuSans-Bold.ttf'), (Handle: nil; - Height: 10; + Height: 10*HDPIScaleFactor; style: TTF_STYLE_NORMAL; Name: 'DejaVuSans-Bold.ttf') {$IFNDEF MOBILE}, // remove chinese fonts for now (Handle: nil; - Height: 12; + Height: 12*HDPIScaleFactor; style: TTF_STYLE_NORMAL; Name: 'wqy-zenhei.ttc'), (Handle: nil; - Height: 24; + Height: 24*HDPIScaleFactor; style: TTF_STYLE_NORMAL; Name: 'wqy-zenhei.ttc'), (Handle: nil; - Height: 10; + Height: 10*HDPIScaleFactor; style: TTF_STYLE_NORMAL; Name: 'wqy-zenhei.ttc') {$ENDIF}