diff options
author | Peter Hancock <phancock@apache.org> | 2013-01-09 09:51:11 +0000 |
---|---|---|
committer | Peter Hancock <phancock@apache.org> | 2013-01-09 09:51:11 +0000 |
commit | dc7f036c5e0ee8ee8b51f5f4bb2940a77da2bffa (patch) | |
tree | e966faba44a95561c45dde1a11b43e1bc1cad2be /status.xml | |
parent | 91d9b34a7a9a443e58938697d2a5cb43a9475d77 (diff) | |
download | xmlgraphics-fop-dc7f036c5e0ee8ee8b51f5f4bb2940a77da2bffa.tar.gz xmlgraphics-fop-dc7f036c5e0ee8ee8b51f5f4bb2940a77da2bffa.zip |
JIRA#FOP-2180: TTFReader outputs bounding box information for glyphs.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1430752 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 efbd518b2..309e48413 100644 --- a/status.xml +++ b/status.xml @@ -59,6 +59,9 @@ 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="PH" type="add" fixes-bug="FOP-1069" due-to="Alexey Neyman"> + TTFReader: Output bounding box information for glyphs. + </action> <action context="Code" dev="PH" type="fix" fixes-bug="FOP-1069" due-to="Robert Meyer"> Warn instead or error on invalid property values. </action> |