diff options
author | Adrian Cumiskey <acumiskey@apache.org> | 2008-05-06 16:18:51 +0000 |
---|---|---|
committer | Adrian Cumiskey <acumiskey@apache.org> | 2008-05-06 16:18:51 +0000 |
commit | 175c6a8d234fc44e8b41bad5816645c2a9184a87 (patch) | |
tree | 43ff4a8ddf613e27336201697e83d0028e4ab277 /status.xml | |
parent | e413e9c8a102146703e2f47291f5894476edc48b (diff) | |
download | xmlgraphics-fop-175c6a8d234fc44e8b41bad5816645c2a9184a87.tar.gz xmlgraphics-fop-175c6a8d234fc44e8b41bad5816645c2a9184a87.zip |
Merged revisions 653826 via svnmerge from
https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk
........
r653826 | acumiskey | 2008-05-06 17:14:09 +0100 (Tue, 06 May 2008) | 6 lines
* Added font substitution configuration reader, model, business logic, junit test and docs.
* Added java 1.5 generics comments to many methods.
* Performed some preparatory cleanup and refactoring which includes (but is not limited to..)
- Creating a FontManager delegating class that is called upon when renderers are setting up fonts
- A new FontCollection interface and concrete implementing classes to supercede the static FontSetup mechanism.
........
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources@653827 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 222d41b80..63a060896 100644 --- a/status.xml +++ b/status.xml @@ -60,6 +60,10 @@ <action context="Renderers" dev="AC" importance="high" type="add"> Added de-duplication and externalization support for IOCA and GOCA data resource objects. </action --> + <action context="Fonts" dev="AC" type="add"> + Add support for font substitution. + </action> + <action context="Code" dev="AD" type="fix" fixed-bug="44203"> <action context="Renderers" dev="JM" type="fix" fixes-bug="43650"> PCL Renderer: Improved page format selection so it doesn't interfere with duplex printing. |