mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 21:00:30 +02:00
parent
6189e06708
commit
44ec9dd4bc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user