diff options
author | Jeremias Maerki <jeremias@apache.org> | 2009-10-02 15:31:14 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2009-10-02 15:31:14 +0000 |
commit | 7cc06986c0f4ed07c17604642248437a4ce0569a (patch) | |
tree | fc04b22b26c05dab58a664cefbfe0cf1f835b860 /status.xml | |
parent | b6638c65c94d5afb8ca0f6ea0b37632cf8fb11be (diff) | |
download | xmlgraphics-fop-7cc06986c0f4ed07c17604642248437a4ce0569a.tar.gz xmlgraphics-fop-7cc06986c0f4ed07c17604642248437a4ce0569a.zip |
Added support for specifying referenced fonts per renderer in addition to the general match list. If any of the two match lists (if specified) match a font, it is not embedded.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@821058 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 3cbf7e4ff..da9c16522 100644 --- a/status.xml +++ b/status.xml @@ -58,6 +58,10 @@ documents. Example: the fix of marks layering will be such a case when it's done. --> <release version="FOP Trunk" date="TBD"> + <action context="Fonts" dev="JM" type="add"> + Added support for specifying referenced fonts per renderer in addition to the general + match list. + </action> <action context="Renderers" dev="JM" type="add"> Added support for creating thumbnails or preview bitmaps of fixed size for PNG and TIFF output. |