Font
Added by Mikhail Serov almost 14 years ago
Hi all.
I using redmine 1.1.1 and Fedora 13. For correct export russian symbols to pdf I make changes (http://www.redmine.org/issues/61) but I receive an error with FreeSans fonts:
@
Processing IssuesController#show to pdf (for 212.42.61.22 at 2011-03-30 17:12:34) [GET]
Parameters: {"format"=>"pdf", "action"=>"show", "id"=>"668", "controller"=>"issues"}
RuntimeError (Font unavailable):
lib/redmine/export/pdf.rb:81:in `initialize'
lib/redmine/export/pdf.rb:220:in `new'
@
however I have installed font in system
#fc-list | grep Free
FreeSans:style=Medium,obyčejné,Mittel,µεσαία,Normal,Medio,Gemiddeld,odmiana zwykła,Обычный,navadno,Vừa
FreeSans:style=Oblique,ležeče
FreeSans:style=Bold,polkrepko
FreeSans:style=BoldOblique,polkrepko ležeče
any ideas?