public interface FontMetricsMapper extends FontMetrics
Font
for use by Java2DRenderers.| Modifier and Type | Method and Description |
|---|---|
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, hasKerningInfojava.awt.Font getFont(int size)
Font instance of the font that this
FontMetrics describes in the desired size.size - font sizeCopyright 1999-2012 The Apache Software Foundation. All Rights Reserved.