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 HSLFFontInfoFontCollection. 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 classHSLFFontInfoRepresents a Font used in a presentation.classHSLFFontInfoPredefinedPredefined fontsMethods in org.apache.poi.hslf.usermodel with parameters of type FontInfo Modifier and Type Method Description HSLFFontInfoHSLFSlideShow. addFont(FontInfo fontInfo)Add a font in this presentationvoidHSLFTextRun. 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 classHwmfFontThe 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 FontInfoDrawFontManager. getFallbackFont(java.awt.Graphics2D graphics, FontInfo fontInfo)In case the original font doesn't contain a glyph, use the returned fallback font as an alternativeFontInfoDrawFontManagerDefault. getFallbackFont(java.awt.Graphics2D graphics, FontInfo fontInfo)FontInfoDrawFontManager. getMappedFont(java.awt.Graphics2D graphics, FontInfo fontInfo)select a font to be used to paint textFontInfoDrawFontManagerDefault. 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.FontDrawFontManager. createAWTFont(java.awt.Graphics2D graphics, FontInfo fontInfo, double size, boolean bold, boolean italic)Create an AWT font object with the given attributesjava.awt.FontDrawFontManagerDefault. createAWTFont(java.awt.Graphics2D graphics, FontInfo fontInfo, double fontSize, boolean bold, boolean italic)FontInfoDrawFontManager. getFallbackFont(java.awt.Graphics2D graphics, FontInfo fontInfo)In case the original font doesn't contain a glyph, use the returned fallback font as an alternativeFontInfoDrawFontManagerDefault. getFallbackFont(java.awt.Graphics2D graphics, FontInfo fontInfo)FontInfoDrawFontManager. getMappedFont(java.awt.Graphics2D graphics, FontInfo fontInfo)select a font to be used to paint textFontInfoDrawFontManagerDefault. getMappedFont(java.awt.Graphics2D graphics, FontInfo fontInfo)java.lang.StringDrawFontManager. mapFontCharset(java.awt.Graphics2D graphics, FontInfo fontInfo, java.lang.String text)Map text charset depending on font family.java.lang.StringDrawFontManagerDefault. 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 FontInfoTextRun. 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 voidTextRun. 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 FontInfoXSLFTextRun. getFontInfo(FontGroup fontGroup)Methods in org.apache.poi.xslf.usermodel with parameters of type FontInfo Modifier and Type Method Description voidXSLFTextRun. setFontInfo(FontInfo fontInfo, FontGroup fontGroup)
-