diff -r 8f7e28428f3e -r 1d41f297b3d3 hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Tue Jun 21 22:03:09 2016 +0200 +++ b/hedgewars/uVariables.pas Tue Jun 21 18:02:46 2016 -0400 @@ -298,28 +298,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}