Uses of Interface
org.apache.poi.common.usermodel.fonts.FontInfo
Packages that use FontInfo
Package
Description
-
Uses of FontInfo in org.apache.poi.hslf.record
Methods in org.apache.poi.hslf.record with parameters of type FontInfoModifier and TypeMethodDescriptionAdd 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 FontInfoModifier and TypeClassDescriptionclass
Represents a Font used in a presentation.enum
Predefined fontsMethods in org.apache.poi.hslf.usermodel with parameters of type FontInfoModifier and TypeMethodDescriptionAdd a font in this presentationvoid
HSLFTextRun.setFontInfo
(FontInfo fontInfo, FontGroup fontGroup) Constructors in org.apache.poi.hslf.usermodel with parameters of type FontInfo -
Uses of FontInfo in org.apache.poi.hwmf.record
Classes in org.apache.poi.hwmf.record that implement FontInfoModifier and TypeClassDescriptionclass
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 FontInfoModifier and TypeMethodDescriptionDrawFontManager.getFallbackFont
(Graphics2D graphics, FontInfo fontInfo) In case the original font doesn't contain a glyph, use the returned fallback font as an alternativeDrawFontManagerDefault.getFallbackFont
(Graphics2D graphics, FontInfo fontInfo) DrawFontManager.getMappedFont
(Graphics2D graphics, FontInfo fontInfo) select a font to be used to paint textDrawFontManagerDefault.getMappedFont
(Graphics2D graphics, FontInfo fontInfo) Methods in org.apache.poi.sl.draw with parameters of type FontInfoModifier and TypeMethodDescriptionDrawFontManager.createAWTFont
(Graphics2D graphics, FontInfo fontInfo, double size, boolean bold, boolean italic) Create an AWT font object with the given attributesDrawFontManagerDefault.createAWTFont
(Graphics2D graphics, FontInfo fontInfo, double fontSize, boolean bold, boolean italic) DrawFontManager.getFallbackFont
(Graphics2D graphics, FontInfo fontInfo) In case the original font doesn't contain a glyph, use the returned fallback font as an alternativeDrawFontManagerDefault.getFallbackFont
(Graphics2D graphics, FontInfo fontInfo) DrawFontManager.getMappedFont
(Graphics2D graphics, FontInfo fontInfo) select a font to be used to paint textDrawFontManagerDefault.getMappedFont
(Graphics2D graphics, FontInfo fontInfo) DrawFontManager.mapFontCharset
(Graphics2D graphics, FontInfo fontInfo, String text) Map text charset depending on font family.DrawFontManagerDefault.mapFontCharset
(Graphics2D graphics, FontInfo fontInfo, String text) -
Uses of FontInfo in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return FontInfoModifier and TypeMethodDescriptionTextRun.getFontInfo
(FontGroup fontGroup) Get the font info for the given font groupMethods in org.apache.poi.sl.usermodel with parameters of type FontInfoModifier and TypeMethodDescriptionvoid
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 FontInfoMethods in org.apache.poi.xslf.usermodel with parameters of type FontInfoModifier and TypeMethodDescriptionvoid
XSLFTextRun.setFontInfo
(FontInfo fontInfo, FontGroup fontGroup)