]> source.dussan.org Git - xmlgraphics-fop.git/commit
The font loading code now reads the encoding value from the XML font metrics file...
authorJeremias Maerki <jeremias@apache.org>
Tue, 3 Jan 2006 13:08:45 +0000 (13:08 +0000)
committerJeremias Maerki <jeremias@apache.org>
Tue, 3 Jan 2006 13:08:45 +0000 (13:08 +0000)
commita2247e269485af984c3712debf23836caa92733d
tree11fd81d2b68aac7f7f7ddf75ac751f1621db062c
parent4a01bc4956bf6b6ceb00b902d9d9ce1bd71842a4
The font loading code now reads the encoding value from the XML font metrics file so that Type 1 fonts like Symbol and ZapfDingbats can be embedded explicitely (Required by PDF/A).

Note that it is necessary to set the encoding value in the font metrics file manually since it cannot be extracted from the PFM file reliably, i.e. for "Symbol" use "SymbolEncoding" and for "ZapfDingbats" use "ZapfDingbatsEncoding".

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@365623 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/fonts/FontReader.java
src/java/org/apache/fop/fonts/SingleByteFont.java
status.xml