Browse Source

* freetype fix default resolution for non-Mac

git-svn-id: trunk@43291 -
ondrej 5 years ago
parent
commit
6cfe456a78
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-image/src/freetype.pp

+ 1 - 1
packages/fcl-image/src/freetype.pp

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