mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 13:49:29 +02:00
* Set default font to postscript name
git-svn-id: trunk@43807 -
This commit is contained in:
parent
f01495668e
commit
3418f0e977
@ -2343,11 +2343,14 @@ Function ReportExportManager : TFPReportExportManager;
|
||||
{ this should probably be more configurable or flexible per platform }
|
||||
|
||||
Const
|
||||
|
||||
{ Note, these are the postscript names, not the human-readable ones. }
|
||||
|
||||
{$IFDEF UNIX}
|
||||
cDefaultFont = 'LiberationSans';
|
||||
{$ELSE}
|
||||
{$IFDEF WINDOWS}
|
||||
cDefaultFont = 'Arial';
|
||||
cDefaultFont = 'ArialMT';
|
||||
{$ELSE}
|
||||
cDefaultFont = 'Helvetica';
|
||||
{$ENDIF}
|
||||
|
Loading…
Reference in New Issue
Block a user