mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 10:35:58 +02:00
LazReport: fix fclpdf export compiling with fpc trunk
git-svn-id: trunk@54083 -
This commit is contained in:
parent
ac5b299301
commit
3262394459
@ -372,7 +372,7 @@ end;
|
||||
begin
|
||||
if gTTFontCache.Count = 0 then
|
||||
begin
|
||||
gTTFontCache.BuildFontFacheIgnoresErrors:=true;
|
||||
gTTFontCache.BuildFontCacheIgnoresErrors:=true;
|
||||
CreateFontDirList;
|
||||
gTTFontCache.BuildFontCache;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user