Uses of Interface
org.apache.poi.sl.draw.DrawFontManager
-
Packages that use DrawFontManager Package Description org.apache.poi.sl.draw -
-
Uses of DrawFontManager in org.apache.poi.sl.draw
Classes in org.apache.poi.sl.draw that implement DrawFontManager Modifier and Type Class Description class
DrawFontManagerDefault
Manages fonts when rendering slides.Methods in org.apache.poi.sl.draw that return DrawFontManager Modifier and Type Method Description DrawFontManager
DrawFactory. getFontManager(Graphics2D graphics)
Return a FontManager, either registered beforehand or a default implementation
-