testsuite report: fixes showing pie chart

git-svn-id: trunk@16159 -
This commit is contained in:
vincents 2008-08-20 11:08:02 +00:00
parent 0c41e61467
commit adba171627

View File

@ -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;