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 /test/layoutengine/standard-testcases/character_background-color.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 'test/layoutengine/standard-testcases/character_background-color.xml')
-rw-r--r-- | test/layoutengine/standard-testcases/character_background-color.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/layoutengine/standard-testcases/character_background-color.xml b/test/layoutengine/standard-testcases/character_background-color.xml index a95d2cf50..7a2dfd29c 100644 --- a/test/layoutengine/standard-testcases/character_background-color.xml +++ b/test/layoutengine/standard-testcases/character_background-color.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright 2005 The Apache Software Foundation + Copyright 2005-2006 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -38,6 +38,6 @@ </fo:root> </fo> <checks> - <eval expected="color=#ffff00" xpath="//flow/block[1]/lineArea/char/@background"/> + <eval expected="color=#ffff00" xpath="//flow/block[1]/lineArea/text[2]/@background"/> </checks> </testcase> |