// QuickRep3.Font.Charset:=178; // QuickRep3.Font.Name := 'Tahoma'; Quickrep3.prepare; Save_to_Pdf := (repname+'\'+Cb2.text+FormatDateTime('ddMMYYHHmm',now)+'.pdf'); QuickRep3.ExportToFilter(TQRPDFDocumentFilter.Create(Save_to_Pdf)); QuickRep3.Preview; // or Print QuickRep3.QRPrinter.Free; QuickRep3.QRPrinter := nil;
Select allOpen in new window
if you want to print something, in a certain font, then minimally you need that specific font