Defect #8892
Unused fonts in rfpdf plugin folder
Status: | Closed | Start date: | 2011-07-24 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | PDF export | |||
Target version: | 1.2.2 | |||
Resolution: | Affected version: |
Description
There are many fonts in source:/trunk/vendor/plugins/rfpdf/lib/fonts@6030 that doesn't seem to be used (eg. DejaVuSerif, DejaVuCondensed, DejaVuMono, FreeMono, vera, times...). Could we remove them?
Related issues
Associated revisions
PDF: remove unused FreeMono fonts (#8892).
PDF: remove unused vera fonts (#8892).
PDF: remove unused vera*.rb (#8892).
PDF: remove unused times*.rb (#8892).
PDF: remove unused courier.rb (#8892).
PDF: remove unused symbol.rb (#8892).
PDF: remove unused zapfdingbats.rb (#8892).
PDF: remove unused sjis.rb (#8892).
PDF: remove unused vendor/plugins/rfpdf/lib/barcode/* (#8892).
History
#1
Updated by Jun NAITOH about 11 years ago
Jean-Philippe Lang wrote:
There are many fonts in source:/trunk/vendor/plugins/rfpdf/lib/fonts@6030 that doesn't seem to be used (eg. DejaVuSerif, DejaVuCondensed, DejaVuMono, FreeMono, vera, times...). Could we remove them?
Yes, I think to we can remove these unused fonts.
#2
Updated by Toshi MARUYAMA about 11 years ago
- Status changed from New to Closed
- Target version set to 1.2.2
#3
Updated by Jérémy Lal almost 11 years ago
What's the status of helvetica*.rb ? Is it used, if yes, where are the font files so that
we can generate from them using ttf2ufm ?
#4
Updated by Toshi MARUYAMA almost 11 years ago
helvetica*.rb is used at source:trunk/lib/redmine/export/pdf.rb@6460#L74.
Redmine 1.2 supports switching embedded or non-embedded font by "general_pdf_encoding" at source:trunk/config/locales/en.yml@6460#L140.