diff options
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 |