diff options
Diffstat (limited to 'typenunit.pas')
-rw-r--r-- | typenunit.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/typenunit.pas b/typenunit.pas index eeb470a..8e9da0a 100644 --- a/typenunit.pas +++ b/typenunit.pas @@ -957,7 +957,7 @@ begin gibAus('FontRenderer erzeugen (Schriftgröße '+inttostr(schriftgroesze)+') ...',1); New(agg, Construct); - agg^.font('/usr/share/fonts/TTF/DejaVuSans.ttf',schriftgroesze); + agg^.font('/usr/share/fonts/TTF/DejaVuSans.ttf',schriftgroesze,false,false,RasterFontCache,0.0); gibAus('... fertig',1); end; |