From adba171627a4f5143fdbdaa8c1871cfdcfd1b4af Mon Sep 17 00:00:00 2001 From: vincents Date: Wed, 20 Aug 2008 11:08:02 +0000 Subject: [PATCH] testsuite report: fixes showing pie chart git-svn-id: trunk@16159 - --- test/testresult-db/utests.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/testresult-db/utests.pp b/test/testresult-db/utests.pp index 7c1f989493..a4d104ac63 100644 --- a/test/testresult-db/utests.pp +++ b/test/testresult-db/utests.pp @@ -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;