git-svn-id: trunk@38451 -
This commit is contained in:
michael 2018-03-08 09:38:07 +00:00
parent 6189e06708
commit 44ec9dd4bc

View File

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