Blame | Letzte Änderung | Log anzeigen | RSS feed
--TEST--File_PDF: Text colors.--FILE--<?phprequire_once dirname(__FILE__) . '/../PDF.php';// Set up the pdf object.$pdf = &File_PDF::factory();// Deactivate compression.$pdf->setCompression(false);// Start the document.$pdf->open();// Start a page.$pdf->addPage();// Set font to Helvetica bold 24 pt.$pdf->setFont('Helvetica', 'B', 48);// Set colors.$pdf->setDrawColor('rgb', 50, 0, 0);$pdf->setTextColor('rgb', 0, 50, 0);$pdf->setFillColor('rgb', 0, 0, 50);// Write text.$pdf->cell(0, 50, 'Hello Colors', 1, 0, 'C', 1);// Print the generated file.echo $pdf->getOutput();?>--EXPECTF--%PDF-1.33 0 obj<</Type /Page/Parent 1 0 R/Resources 2 0 R/Contents 4 0 R>>endobj4 0 obj<</Length 174>>stream2 J0.57 wBT /F1 48.00 Tf ET50.000 0.000 0.000 RG0.000 0.000 50.000 rg28.35 813.54 538.58 -141.73 re B q 0.000 50.000 0.000 rg BT 156.28 728.27 Td (Hello Colors) Tj ET Qendstreamendobj1 0 obj<</Type /Pages/Kids [3 0 R ]/Count 1/MediaBox [0 0 595.28 841.89]>>endobj5 0 obj<</Type /Font/BaseFont /Helvetica-Bold/Subtype /Type1/Encoding /WinAnsiEncoding>>endobj2 0 obj<</ProcSet [/PDF /Text /ImageB /ImageC /ImageI]/Font <</F1 5 0 R>>>>endobj6 0 obj<</Producer (Horde PDF)/CreationDate (D:%d)>>endobj7 0 obj<</Type /Catalog/Pages 1 0 R/OpenAction [3 0 R /FitH null]/PageLayout /OneColumn>>endobjxref0 80000000000 65535 f0000000310 00000 n0000000498 00000 n0000000009 00000 n0000000087 00000 n0000000397 00000 n0000000586 00000 n0000000662 00000 ntrailer<</Size 8/Root 7 0 R/Info 6 0 R>>startxref765%%EOF