diff options
author | Jeremias Maerki <jeremias@apache.org> | 2008-01-07 15:06:24 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2008-01-07 15:06:24 +0000 |
commit | eb93b9ef5345d734f6204c75e3171255833ac9f8 (patch) | |
tree | 4c57ca6576427efbdb12fb6b181b57850f5b8f51 /status.xml | |
parent | 6415c9acd2fcfeb4961d53b8b5b967ad1010dceb (diff) | |
download | xmlgraphics-fop-eb93b9ef5345d734f6204c75e3171255833ac9f8.tar.gz xmlgraphics-fop-eb93b9ef5345d734f6204c75e3171255833ac9f8.zip |
Bugzilla #44176:
Support for custom fonts in Java2DRenderer and derived renderers.
Submitted by: Patrick Jaromin <patrick.at.jgsullivan.dot.com>
Patch modified slightly by jeremias.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@609627 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/status.xml b/status.xml index ff1069164..1c2f18b4b 100644 --- a/status.xml +++ b/status.xml @@ -28,6 +28,9 @@ <changes> <release version="FOP Trunk"> + <action context="Code" dev="JM" type="add" fixes-bug="44176" due-to="Patrick Jaromin"> + Added support for custom fonts in Java2DRenderer and derived renderers. + </action> <action context="Code" dev="JM" type="add"> Added new extension element: fox:external-document. It allows to add whole documents such as multi-page TIFF images to be inserted as peers to a page-sequence. Each image |