org.apache.fop.render.java2d
Interface FontMetricsMapper
- FontMetrics
- CustomFontMetricsMapper, SystemFontMetricsMapper
public interface FontMetricsMapper
Adds method to retrieve the actual java.awt.Font
for use by Java2DRenderers.
java.awt.Font | getFont(int size) - Gets a Font instance of the Font that this
FontMetrics describes in the desired size.
|
getAscender , getCapHeight , getDescender , getEmbedFontName , getFamilyNames , getFontName , getFontType , getFullName , getKerningInfo , getMaxAscent , getWidth , getWidths , getXHeight , hasKerningInfo |
getFont
public java.awt.Font getFont(int size)
Gets a Font instance of the Font that this
FontMetrics describes in the desired size.
- font with the desired characteristics.
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.