[Koha-bugs] [Bug 8375] Common diacritics not shown correctly when exporting batch label to PDF

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 20 00:04:18 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8375

--- Comment #14 from Dobrica Pavlinusic <dpavlin at rot13.org> ---
Created attachment 11031
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11031&action=edit
use truetype fonts in PDF::Reuse

Since built-in PDF fonts suport just latin-1 encoding, we have
to switch to truetype fonts to correctly encode all utf-8 characters
(which we should be getting from database anyway).

This approach also nicely sidesteps our encoding cludges, but
requires paths to truetype fonts, so this example has single
path hard-coded.

I don't know if it's better to put font path into koha-conf.xml or
can we somehow get it from system. I did try to figure out if
fc-list can display paths, but failed.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list