mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 01:19:07 +02:00
* freetype fix default resolution for non-Mac
git-svn-id: trunk@43291 -
This commit is contained in:
parent
a4bfa27639
commit
6cfe456a78
@ -195,7 +195,7 @@ const
|
||||
{$IFDEF MAC}
|
||||
DefaultResolution : integer = 72;
|
||||
{$ELSE}
|
||||
DefaultResolution : integer = 97;
|
||||
DefaultResolution : integer = 96;
|
||||
{$ENDIF}
|
||||
|
||||
implementation
|
||||
|
Loading…
Reference in New Issue
Block a user