diff options
author | Jeremias Maerki <jeremias@apache.org> | 2006-03-16 13:51:14 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2006-03-16 13:51:14 +0000 |
commit | e6d53d8a9c84b6447f3db4b2b36576d418df1a4a (patch) | |
tree | 7c9c4dcaa414499c66c262383108879e5007c815 /status.xml | |
parent | de1255b13f15201dbba5d6c282cded7719e3dc8f (diff) | |
download | xmlgraphics-fop-e6d53d8a9c84b6447f3db4b2b36576d418df1a4a.tar.gz xmlgraphics-fop-e6d53d8a9c84b6447f3db4b2b36576d418df1a4a.zip |
Added support for fixed-width spaces and kerning.
Note: letter-spacing is still implemented as before. Fixing this cannot be done without looking at space resolution as a whole on inline level.
The Character area tree object is now deprecated. Normal Text objects should be used to keep renderers simpler.
Introduced FontResolver interface to remove the dependency of FOUserAgent into the font package.
Added kerning information to the base14 fonts, Helvetica and Times. By default it is not used to keep the status-quo. Enable base14 kerning through the FOUserAgent (FopFactory after the API finalization).
Restored the production of EPS images in PDF output as PostScript XObjects.
Restored functionality for a more compact format for the area tree renderer to save space.
LayoutEngineTester slightly changed to allow for configuration values from the XML file. For now, only enabling base14 kerning is supported.
Removed duplicate offset variable in SpaceArea.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@386327 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/status.xml b/status.xml index efe61ea6d..c0532a51c 100644 --- a/status.xml +++ b/status.xml @@ -27,6 +27,12 @@ <changes> <release version="FOP Trunk"> + <action context="Code" dev="JM" type="add"> + Added support for fixed-width spaces. + </action> + <action context="Code" dev="JM" type="add"> + Added support for kerning. + </action> <action context="Code" dev="JM" type="fix"> Bugfix: Fixed a copy/paste error in the table layout code that caused wrong page break decisions when table-headers and/or table-footers are used. |