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 |
Modifier and Type | Method and Description |
---|---|
HSLFFontInfo |
FontCollection.addFont(FontInfo fontInfo)
Add font with the given FontInfo configuration to the font collection.
|
Modifier and Type | Class and Description |
---|---|
class |
HSLFFontInfo
Represents a Font used in a presentation.
|
class |
HSLFFontInfoPredefined
Predefined fonts
|
Modifier and Type | Method and Description |
---|---|
HSLFFontInfo |
HSLFSlideShow.addFont(FontInfo fontInfo)
Add a font in this presentation
|
void |
HSLFTextRun.setFontInfo(FontInfo fontInfo,
FontGroup fontGroup) |
Constructor and Description |
---|
HSLFFontInfo(FontInfo fontInfo) |
Modifier and Type | Class and Description |
---|---|
class |
HwmfFont
The Font object specifies the attributes of a logical font
|
Modifier and Type | Method and 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 alternative
|
FontInfo |
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 text
|
FontInfo |
DrawFontManagerDefault.getMappedFont(java.awt.Graphics2D graphics,
FontInfo fontInfo) |
Modifier and Type | Method and 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 attributes
|
java.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 alternative
|
FontInfo |
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 text
|
FontInfo |
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) |
Modifier and Type | Method and Description |
---|---|
FontInfo |
TextRun.getFontInfo(FontGroup fontGroup)
Get the font info for the given font group
|
Modifier and Type | Method and Description |
---|---|
void |
TextRun.setFontInfo(FontInfo fontInfo,
FontGroup fontGroup)
Specifies the font to be used for this text run.
|
Modifier and Type | Method and Description |
---|---|
FontInfo |
XSLFTextRun.getFontInfo(FontGroup fontGroup) |
Modifier and Type | Method and Description |
---|---|
void |
XSLFTextRun.setFontInfo(FontInfo fontInfo,
FontGroup fontGroup) |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.