mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 03:39: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
|
begin
|
||||||
ftFont.InitEngine;
|
ftFont.InitEngine;
|
||||||
FontMgr.SearchPath:='/usr/lib/X11/fonts/truetype';
|
FontMgr.SearchPath:='/usr/share/fonts/liberation';
|
||||||
I:=TFPMemoryImage.Create(320,320);
|
I:=TFPMemoryImage.Create(320,320);
|
||||||
try
|
try
|
||||||
If FRunCount=0 Then
|
If FRunCount=0 Then
|
||||||
@ -1391,7 +1391,7 @@ begin
|
|||||||
F:=TFreeTypeFont.Create;
|
F:=TFreeTypeFont.Create;
|
||||||
With F do
|
With F do
|
||||||
begin
|
begin
|
||||||
Name:='arial';
|
Name:='LiberationSans-Regular';
|
||||||
FontIndex:=0;
|
FontIndex:=0;
|
||||||
Size:=12;
|
Size:=12;
|
||||||
FPColor:=colred;
|
FPColor:=colred;
|
||||||
|
Loading…
Reference in New Issue
Block a user