Modifier and Type | Class and Description |
---|---|
class |
FontHeader
The header data of an EOT font.
|
Modifier and Type | Class and Description |
---|---|
class |
HemfFont |
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 |
DrawFontManagerDefault.getFallbackFont(java.awt.Graphics2D graphics,
FontInfo fontInfo) |
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.getMappedFont(java.awt.Graphics2D graphics,
FontInfo fontInfo) |
FontInfo |
DrawFontManager.getMappedFont(java.awt.Graphics2D graphics,
FontInfo fontInfo)
select a font to be used to paint text
|
Modifier and Type | Method and Description |
---|---|
java.awt.Font |
DrawFontManagerDefault.createAWTFont(java.awt.Graphics2D graphics,
FontInfo fontInfo,
double fontSize,
boolean bold,
boolean italic) |
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
|
FontInfo |
DrawFontManagerDefault.getFallbackFont(java.awt.Graphics2D graphics,
FontInfo fontInfo) |
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.getMappedFont(java.awt.Graphics2D graphics,
FontInfo fontInfo) |
FontInfo |
DrawFontManager.getMappedFont(java.awt.Graphics2D graphics,
FontInfo fontInfo)
select a font to be used to paint text
|
java.lang.String |
DrawFontManagerDefault.mapFontCharset(java.awt.Graphics2D graphics,
FontInfo fontInfo,
java.lang.String text)
Symbol fonts like "Wingdings" or "Symbol" have glyphs mapped to a Unicode private use range via the Java font loader,
although a system font viewer might show you the glyphs in the ASCII range.
|
java.lang.String |
DrawFontManager.mapFontCharset(java.awt.Graphics2D graphics,
FontInfo fontInfo,
java.lang.String text)
Map text charset depending on font family.
|
Modifier and Type | Method and Description |
---|---|
FontInfo |
SlideShow.addFont(java.io.InputStream fontData)
Add an EOT font to the slideshow.
|
FontInfo |
TextRun.getFontInfo(FontGroup fontGroup)
Get the font info for the given font group
|
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends FontInfo> |
SlideShow.getFonts() |
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 | Class and Description |
---|---|
class |
XSLFFontInfo |
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 2022 The Apache Software Foundation or its licensors, as applicable.