public interface FontMetricsMapper extends FontMetrics
Font
for use by Java2DRenderer
s.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, hasKerningInfo
java.awt.Font getFont(int size)
Font
instance of the font that this
FontMetrics
describes in the desired size.size
- font sizeCopyright 1999-2010 The Apache Software Foundation. All Rights Reserved.