|
fop 2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FontMetricsMapper
Adds method to retrieve the actual Font
for use by Java2DRenderer
s.
Method Summary | |
---|---|
java.awt.Font |
getFont(int size)
Gets a Font instance of the font that this
FontMetrics describes in the desired size. |
Methods inherited from interface org.apache.fop.fonts.FontMetrics |
---|
getAscender, getBoundingBox, getCapHeight, getDescender, getEmbedFontName, getFamilyNames, getFontName, getFontType, getFontURI, getFullName, getKerningInfo, getMaxAscent, getStrikeoutPosition, getStrikeoutThickness, getUnderlinePosition, getUnderlineThickness, getWidth, getWidths, getXHeight, hasFeature, hasKerningInfo, isMultiByte |
Method Detail |
---|
java.awt.Font getFont(int size)
Font
instance of the font that this
FontMetrics
describes in the desired size.
size
- font size
|
fop 2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |