]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Proper fix for Bugzilla #51789: no non-ascii characters permitted
authorVincent Hennebert <vhennebert@apache.org>
Mon, 12 Sep 2011 14:53:34 +0000 (14:53 +0000)
committerVincent Hennebert <vhennebert@apache.org>
Mon, 12 Sep 2011 14:53:34 +0000 (14:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1169780 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/afp/fonts/CharacterSetOrientation.java
src/java/org/apache/fop/afp/fonts/FopCharacterSet.java

index e28f47a6a5c3ec4813804909256a770ad2bdbffd..7ac8ae96b1984440be255623b95684e1d1c27377 100644 (file)
@@ -107,7 +107,7 @@ public class CharacterSetOrientation {
      * a character rotation other than 0, ascender height loses its
      * meaning when the character is lying on its side or is upside down
      * with respect to normal viewing orientation. For the general case,
-     * Ascender Height is the characters most positive y-axis value.
+     * Ascender Height is the character's most positive y-axis value.
      * For bounded character boxes, for a given character having an
      * ascender, ascender height and baseline offset are equal.
      * @return the ascender value in millipoints
index 04a0f4ae1d35359609b2d6b5a82cf778cf2694d0..6faf03d43bb4d3ca0910564843be7fc01023e01a 100644 (file)
@@ -55,7 +55,7 @@ public class FopCharacterSet extends CharacterSet {
      * a character rotation other than 0, ascender height loses its
      * meaning when the character is lying on its side or is upside down
      * with respect to normal viewing orientation. For the general case,
-     * Ascender Height is the characters most positive y-axis value.
+     * Ascender Height is the character's most positive y-axis value.
      * For bounded character boxes, for a given character having an
      * ascender, ascender height and baseline offset are equal.
      * @return the ascender value in millipoints