Browse Source

* Fix bug #33374

git-svn-id: trunk@38451 -
michael 7 years ago
parent
commit
44ec9dd4bc
1 changed files with 5 additions and 0 deletions
  1. 5 0
      packages/fcl-report/src/fpreport.pp

+ 5 - 0
packages/fcl-report/src/fpreport.pp

@@ -2169,8 +2169,13 @@ function gBandFactory : TFPReportBandFactory;
 Function ReportExportManager : TFPReportExportManager;
 
 { this should probably be more configurable or flexible per platform }
+
 Const
+{$IFDEF UNIX}
+  cDefaultFont = 'LiberationSans';
+{$ELSE}
   cDefaultFont = 'Helvetica';
+{$ENDIF}
 
 Var
   ReportDefaultFont : string = cDefaultFont;