org.apache.fop.render.java2d
Class CustomFontMetricsMapper
- FontMetrics, FontMetricsMapper
public class CustomFontMetricsMapper
FontMetricsMapper that delegates most methods to an underlying
FontMetrics instance. This class was designed to allow
the underlying java.awt.Font to be loaded from a
user-configured file not registered in the current graphics environment.
CustomFontMetricsMapper
public CustomFontMetricsMapper(CustomFont fontMetrics)
throws FontFormatException,
IOException
Construction of this class results in the immediate construction.
of the underlying java.awt.Font
CustomFontMetricsMapper
public CustomFontMetricsMapper(LazyFont fontMetrics,
Source fontSource)
throws FontFormatException,
IOException
Construction of this class results in the immediate construction
of the underlying java.awt.Font
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.