From dc9601276e93fff98eb062d16b7655eaaae1add2 Mon Sep 17 00:00:00 2001 From: michael Date: Mon, 21 Aug 2017 11:19:16 +0000 Subject: [PATCH] * Fix issue #32309 git-svn-id: trunk@55733 - --- components/fpreport/design/frmreportdesignermain.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/fpreport/design/frmreportdesignermain.pp b/components/fpreport/design/frmreportdesignermain.pp index ee0eb962b0..733112d5b0 100644 --- a/components/fpreport/design/frmreportdesignermain.pp +++ b/components/fpreport/design/frmreportdesignermain.pp @@ -393,7 +393,7 @@ begin {$ENDIF} end; if (gTTFontCache.Count=0) then - gTTFontCache.BuildFontCache; + gTTFontCache.ReadStandardFonts; FDataParent:=TComponent.Create(nil); FreeAndNil(TSDesign); // Remove design-time added page FReportDesignData:=TDesignReportDataCollection.Create(TDesignReportData);