diff options
author | Jeremias Maerki <jeremias@apache.org> | 2006-01-03 13:08:45 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2006-01-03 13:08:45 +0000 |
commit | a2247e269485af984c3712debf23836caa92733d (patch) | |
tree | 11fd81d2b68aac7f7f7ddf75ac751f1621db062c /status.xml | |
parent | 4a01bc4956bf6b6ceb00b902d9d9ce1bd71842a4 (diff) | |
download | xmlgraphics-fop-a2247e269485af984c3712debf23836caa92733d.tar.gz xmlgraphics-fop-a2247e269485af984c3712debf23836caa92733d.zip |
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
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/status.xml b/status.xml index df86f5002..41c1e55b7 100644 --- a/status.xml +++ b/status.xml @@ -27,6 +27,10 @@ <changes> <release version="FOP Trunk"> + <action context="Code" dev="JM" type="add"> + The font loading code now reads the encoding value from the XML font metrics file + so that fonts like Symbol and ZapfDingbats can be embedded explicitely (Required by PDF/A). + </action> <action context="Code" dev="SP" type="update"> Improvements to the code for inline block content. </action> |