mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-08 05:58:31 +02:00
* patch from mantis #27453 by Dirk Fellenberg, update fontsize to freetype
lib. git-svn-id: trunk@29683 -
This commit is contained in:
parent
890b9d37e4
commit
6e23f3fc97
@ -461,6 +461,7 @@ begin
|
|||||||
CurSize := CreateSize (aSize,aResolution)
|
CurSize := CreateSize (aSize,aResolution)
|
||||||
else
|
else
|
||||||
CurSize := PMgrSize(CurFont.FSizes[r]);
|
CurSize := PMgrSize(CurFont.FSizes[r]);
|
||||||
|
SetPixelSize(CurSize^.Size, CurSize^.resolution);
|
||||||
CurFont.LastSize := CurSize;
|
CurFont.LastSize := CurSize;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user