org.apache.fop.render.java2d

Interface FontMetricsMapper

All Superinterfaces:
FontMetrics
Known Implementing Classes:
CustomFontMetricsMapper, SystemFontMetricsMapper

public interface FontMetricsMapper
extends FontMetrics

Adds method to retrieve the actual java.awt.Font for use by Java2DRenderers.

Method Summary

java.awt.Font
getFont(int size)
Gets a Font instance of the Font that this FontMetrics describes in the desired size.

Methods inherited from interface org.apache.fop.fonts.FontMetrics

getAscender, getCapHeight, getDescender, getEmbedFontName, getFamilyNames, getFontName, getFontType, getFullName, getKerningInfo, getMaxAscent, getWidth, getWidths, getXHeight, hasKerningInfo

Method Details

getFont

public java.awt.Font getFont(int size)
Gets a Font instance of the Font that this FontMetrics describes in the desired size.
Parameters:
size - font size
Returns:
font with the desired characteristics.

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.