mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 06:59:14 +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
|
begin
|
||||||
if gTTFontCache.Count = 0 then
|
if gTTFontCache.Count = 0 then
|
||||||
begin
|
begin
|
||||||
gTTFontCache.BuildFontFacheIgnoresErrors:=true;
|
gTTFontCache.BuildFontCacheIgnoresErrors:=true;
|
||||||
CreateFontDirList;
|
CreateFontDirList;
|
||||||
gTTFontCache.BuildFontCache;
|
gTTFontCache.BuildFontCache;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user