Commit 471a2ccf299e609c377d6f9398fdde117091303f
1 parent
aada7532c9
pdflib_demo: switched to DejaVuSans font
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
pdflib_demo
View file @
471a2cc
... | ... | @@ -59,7 +59,7 @@ |
59 | 59 | $pdf->set_info('Subject', 'IODP Proposals'); |
60 | 60 | $pdf->set_info('Keywords', 'IODP proposal ocean drilling core expedition'); |
61 | 61 | |
62 | - $textOpts = "fontname={Helvetica} embedding fontsize=20 " | |
62 | + $textOpts = "fontname={DejaVuSans} embedding fontsize=20 " | |
63 | 63 | . "encoding=unicode "; |
64 | 64 | |
65 | 65 | // START PAGE 1 |