diff options
author | Vincent Hennebert <vhennebert@apache.org> | 2008-01-09 11:02:08 +0000 |
---|---|---|
committer | Vincent Hennebert <vhennebert@apache.org> | 2008-01-09 11:02:08 +0000 |
commit | 5044438b501528cdc603f9ad431ac95c055b5db1 (patch) | |
tree | 4b00e22d77142fc1a3522df553da036b0c340ff3 /src/java/org/apache/fop/render/java2d/CustomFontMetricsMapper.java | |
parent | fa80d556ca5bcad58ba32a151936d480c3ff6246 (diff) | |
download | xmlgraphics-fop-5044438b501528cdc603f9ad431ac95c055b5db1.tar.gz xmlgraphics-fop-5044438b501528cdc603f9ad431ac95c055b5db1.zip |
Fixed checkstyle issues: tabs and trailing spaces
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@610337 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/fop/render/java2d/CustomFontMetricsMapper.java')
-rw-r--r-- | src/java/org/apache/fop/render/java2d/CustomFontMetricsMapper.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/java/org/apache/fop/render/java2d/CustomFontMetricsMapper.java b/src/java/org/apache/fop/render/java2d/CustomFontMetricsMapper.java index 968ed7b71..208bc303a 100644 --- a/src/java/org/apache/fop/render/java2d/CustomFontMetricsMapper.java +++ b/src/java/org/apache/fop/render/java2d/CustomFontMetricsMapper.java @@ -64,7 +64,7 @@ public class CustomFontMetricsMapper extends Typeface implements FontMetricsMapp * @throws IOException */ public CustomFontMetricsMapper(final CustomFont fontMetrics) - throws FontFormatException, IOException { + throws FontFormatException, IOException { this.typeface = fontMetrics; initialize(fontMetrics.getEmbedFileSource()); } @@ -77,13 +77,13 @@ public class CustomFontMetricsMapper extends Typeface implements FontMetricsMapp * @throws IOException */ public CustomFontMetricsMapper(final LazyFont fontMetrics, final Source fontSource) - throws FontFormatException, IOException { + throws FontFormatException, IOException { this.typeface = fontMetrics; initialize(fontSource); } private static final int TYPE1_FONT = 1; //Defined in Java 1.5 - + /** * Loads the java.awt.Font * @param source |