Uses of Interface
org.apache.poi.common.usermodel.fonts.FontInfo
-
Packages that use FontInfo Package Description org.apache.poi.common.usermodel.fonts org.apache.poi.sl.draw org.apache.poi.sl.usermodel -
-
Uses of FontInfo in org.apache.poi.common.usermodel.fonts
Classes in org.apache.poi.common.usermodel.fonts that implement FontInfo Modifier and Type Class Description class
FontHeader
The header data of an EOT font. -
Uses of FontInfo in org.apache.poi.sl.draw
Methods in org.apache.poi.sl.draw that return FontInfo Modifier and Type Method Description FontInfo
DrawFontManager. getFallbackFont(Graphics2D graphics, FontInfo fontInfo)
In case the original font doesn't contain a glyph, use the returned fallback font as an alternativeFontInfo
DrawFontManagerDefault. getFallbackFont(Graphics2D graphics, FontInfo fontInfo)
FontInfo
DrawFontManager. getMappedFont(Graphics2D graphics, FontInfo fontInfo)
select a font to be used to paint textFontInfo
DrawFontManagerDefault. getMappedFont(Graphics2D graphics, FontInfo fontInfo)
Methods in org.apache.poi.sl.draw with parameters of type FontInfo Modifier and Type Method Description Font
DrawFontManager. createAWTFont(Graphics2D graphics, FontInfo fontInfo, double size, boolean bold, boolean italic)
Create an AWT font object with the given attributesFont
DrawFontManagerDefault. createAWTFont(Graphics2D graphics, FontInfo fontInfo, double fontSize, boolean bold, boolean italic)
FontInfo
DrawFontManager. getFallbackFont(Graphics2D graphics, FontInfo fontInfo)
In case the original font doesn't contain a glyph, use the returned fallback font as an alternativeFontInfo
DrawFontManagerDefault. getFallbackFont(Graphics2D graphics, FontInfo fontInfo)
FontInfo
DrawFontManager. getMappedFont(Graphics2D graphics, FontInfo fontInfo)
select a font to be used to paint textFontInfo
DrawFontManagerDefault. getMappedFont(Graphics2D graphics, FontInfo fontInfo)
String
DrawFontManager. mapFontCharset(Graphics2D graphics, FontInfo fontInfo, String text)
Map text charset depending on font family.String
DrawFontManagerDefault. mapFontCharset(Graphics2D graphics, FontInfo fontInfo, String text)
Symbol fonts like "Wingdings" or "Symbol" have glyphs mapped to a Unicode private use range via the Java font loader, although a system font viewer might show you the glyphs in the ASCII range. -
Uses of FontInfo in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return FontInfo Modifier and Type Method Description FontInfo
SlideShow. addFont(InputStream fontData)
Add an EOT font to the slideshow.FontInfo
TextRun. getFontInfo(FontGroup fontGroup)
Get the font info for the given font groupMethods in org.apache.poi.sl.usermodel that return types with arguments of type FontInfo Modifier and Type Method Description List<? extends FontInfo>
SlideShow. getFonts()
Methods in org.apache.poi.sl.usermodel with parameters of type FontInfo Modifier and Type Method Description void
TextRun. setFontInfo(FontInfo fontInfo, FontGroup fontGroup)
Specifies the font to be used for this text run.
-