mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 16:40:28 +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 }
|
{ this should probably be more configurable or flexible per platform }
|
||||||
|
|
||||||
Const
|
Const
|
||||||
|
|
||||||
|
{ Note, these are the postscript names, not the human-readable ones. }
|
||||||
|
|
||||||
{$IFDEF UNIX}
|
{$IFDEF UNIX}
|
||||||
cDefaultFont = 'LiberationSans';
|
cDefaultFont = 'LiberationSans';
|
||||||
{$ELSE}
|
{$ELSE}
|
||||||
{$IFDEF WINDOWS}
|
{$IFDEF WINDOWS}
|
||||||
cDefaultFont = 'Arial';
|
cDefaultFont = 'ArialMT';
|
||||||
{$ELSE}
|
{$ELSE}
|
||||||
cDefaultFont = 'Helvetica';
|
cDefaultFont = 'Helvetica';
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
Loading…
Reference in New Issue
Block a user