mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 06:18:21 +02:00
testsuite report: fixes showing pie chart
git-svn-id: trunk@16159 -
This commit is contained in:
parent
0c41e61467
commit
adba171627
@ -1325,7 +1325,7 @@ Var
|
||||
|
||||
begin
|
||||
ftFont.InitEngine;
|
||||
FontMgr.SearchPath:='/usr/lib/X11/fonts/truetype';
|
||||
FontMgr.SearchPath:='/usr/share/fonts/liberation';
|
||||
I:=TFPMemoryImage.Create(320,320);
|
||||
try
|
||||
If FRunCount=0 Then
|
||||
@ -1391,7 +1391,7 @@ begin
|
||||
F:=TFreeTypeFont.Create;
|
||||
With F do
|
||||
begin
|
||||
Name:='arial';
|
||||
Name:='LiberationSans-Regular';
|
||||
FontIndex:=0;
|
||||
Size:=12;
|
||||
FPColor:=colred;
|
||||
|
Loading…
Reference in New Issue
Block a user