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);