fop 0.95

org.apache.fop.render.java2d
Interface FontMetricsMapper

All Superinterfaces:
FontMetrics
All 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 Detail

getFont

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.

fop 0.95

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