public interface FontMetricsMapper extends FontMetrics
Font
for use by Java2DRenderer
s.Modifier and Type | Method and Description |
---|---|
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
Font getFont(int size)
Font
instance of the font that this
FontMetrics
describes in the desired size.size
- font sizeCopyright © 2025 Apache Software Foundation. All rights reserved.