Uses of Interface
org.apache.poi.common.usermodel.fonts.FontInfo
-
Packages that use FontInfo Package Description org.apache.poi.hslf.record org.apache.poi.hslf.usermodel org.apache.poi.hwmf.record org.apache.poi.sl.draw org.apache.poi.sl.usermodel org.apache.poi.xslf.usermodel -
-
Uses of FontInfo in org.apache.poi.hslf.record
Methods in org.apache.poi.hslf.record with parameters of type FontInfo Modifier and Type Method Description HSLFFontInfo
FontCollection. addFont(FontInfo fontInfo)
Add font with the given FontInfo configuration to the font collection. -
Uses of FontInfo in org.apache.poi.hslf.usermodel
Classes in org.apache.poi.hslf.usermodel that implement FontInfo Modifier and Type Class Description class
HSLFFontInfo
Represents a Font used in a presentation.class
HSLFFontInfoPredefined
Predefined fontsMethods in org.apache.poi.hslf.usermodel with parameters of type FontInfo Modifier and Type Method Description HSLFFontInfo
HSLFSlideShow. addFont(FontInfo fontInfo)
Add a font in this presentationvoid
HSLFTextRun. setFontInfo(FontInfo fontInfo, FontGroup fontGroup)
Constructors in org.apache.poi.hslf.usermodel with parameters of type FontInfo Constructor Description HSLFFontInfo(FontInfo fontInfo)
-
Uses of FontInfo in org.apache.poi.hwmf.record
Classes in org.apache.poi.hwmf.record that implement FontInfo Modifier and Type Class Description class
HwmfFont
The Font object specifies the attributes of a logical 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(java.awt.Graphics2D graphics, FontInfo fontInfo)
In case the original font doesn't contain a glyph, use the returned fallback font as an alternativeFontInfo
DrawFontManagerDefault. getFallbackFont(java.awt.Graphics2D graphics, FontInfo fontInfo)
FontInfo
DrawFontManager. getMappedFont(java.awt.Graphics2D graphics, FontInfo fontInfo)
select a font to be used to paint textFontInfo
DrawFontManagerDefault. getMappedFont(java.awt.Graphics2D graphics, FontInfo fontInfo)
Methods in org.apache.poi.sl.draw with parameters of type FontInfo Modifier and Type Method Description java.awt.Font
DrawFontManager. createAWTFont(java.awt.Graphics2D graphics, FontInfo fontInfo, double size, boolean bold, boolean italic)
Create an AWT font object with the given attributesjava.awt.Font
DrawFontManagerDefault. createAWTFont(java.awt.Graphics2D graphics, FontInfo fontInfo, double fontSize, boolean bold, boolean italic)
FontInfo
DrawFontManager. getFallbackFont(java.awt.Graphics2D graphics, FontInfo fontInfo)
In case the original font doesn't contain a glyph, use the returned fallback font as an alternativeFontInfo
DrawFontManagerDefault. getFallbackFont(java.awt.Graphics2D graphics, FontInfo fontInfo)
FontInfo
DrawFontManager. getMappedFont(java.awt.Graphics2D graphics, FontInfo fontInfo)
select a font to be used to paint textFontInfo
DrawFontManagerDefault. getMappedFont(java.awt.Graphics2D graphics, FontInfo fontInfo)
java.lang.String
DrawFontManager. mapFontCharset(java.awt.Graphics2D graphics, FontInfo fontInfo, java.lang.String text)
Map text charset depending on font family.java.lang.String
DrawFontManagerDefault. mapFontCharset(java.awt.Graphics2D graphics, FontInfo fontInfo, java.lang.String text)
-
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
TextRun. getFontInfo(FontGroup fontGroup)
Get the font info for the given font groupMethods 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. -
Uses of FontInfo in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that return FontInfo Modifier and Type Method Description FontInfo
XSLFTextRun. getFontInfo(FontGroup fontGroup)
Methods in org.apache.poi.xslf.usermodel with parameters of type FontInfo Modifier and Type Method Description void
XSLFTextRun. setFontInfo(FontInfo fontInfo, FontGroup fontGroup)
-