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, getBoundingBox, getCapHeight, getDescender, getEmbedFontName, getFamilyNames, getFontName, getFontType, getFontURI, getFullName, getKerningInfo, getMaxAscent, getStrikeoutPosition, getStrikeoutThickness, getUnderlinePosition, getUnderlineThickness, getWidth, getWidths, getXHeight, hasFeature, hasKerningInfo, isMultiByte
java.awt.Font getFont(int size)
Font
instance of the font that this
FontMetrics
describes in the desired size.size
- font sizeCopyright 1999-2017 The Apache Software Foundation. All Rights Reserved.