* freetype fix default resolution for non-Mac

git-svn-id: trunk@43291 -
This commit is contained in:
ondrej 2019-10-21 15:07:30 +00:00
parent a4bfa27639
commit 6cfe456a78

View File

@ -195,7 +195,7 @@ const
{$IFDEF MAC}
DefaultResolution : integer = 72;
{$ELSE}
DefaultResolution : integer = 97;
DefaultResolution : integer = 96;
{$ENDIF}
implementation