Package | Description |
---|---|
org.docx4j.fonts.fop.fonts |
Classes for font handling.
|
org.docx4j.fonts.fop.fonts.base14 |
Base 14 fonts used for PDF and PostScript.
|
Modifier and Type | Field and Description |
---|---|
static FontType |
FontType.MMTYPE1
Adobe Multiple Master Type 1 fonts
|
static FontType |
FontType.OTHER
Collective identifier for "other" font types
|
static FontType |
FontType.TRUETYPE
TrueType fonts
|
static FontType |
FontType.TYPE0
Adobe Type 0 fonts (composite font)
|
static FontType |
FontType.TYPE1
Adobe Type 1 fonts
|
static FontType |
FontType.TYPE3
Adobe Type 3 fonts ("user-defined" fonts)
|
Modifier and Type | Method and Description |
---|---|
static FontType |
FontType.byName(String name)
Returns the FontType by name.
|
static FontType |
FontType.byValue(int value)
Returns the FontType by value.
|
FontType |
LazyFont.getFontType()
Returns the type of the font.
|
FontType |
CustomFont.getFontType()
Returns the type of the font.
|
FontType |
FontMetrics.getFontType()
Returns the type of the font.
|
Modifier and Type | Method and Description |
---|---|
void |
MutableFont.setFontType(FontType fontType)
Sets the font type.
|
void |
CustomFont.setFontType(FontType fontType)
Sets the font type.
|
Modifier and Type | Method and Description |
---|---|
FontType |
TimesBold.getFontType() |
FontType |
HelveticaBold.getFontType() |
FontType |
CourierBoldOblique.getFontType() |
FontType |
ZapfDingbats.getFontType() |
FontType |
HelveticaOblique.getFontType() |
FontType |
CourierBold.getFontType() |
FontType |
Courier.getFontType() |
FontType |
Helvetica.getFontType() |
FontType |
Symbol.getFontType() |
FontType |
TimesBoldItalic.getFontType() |
FontType |
CourierOblique.getFontType() |
FontType |
TimesRoman.getFontType() |
FontType |
HelveticaBoldOblique.getFontType() |
FontType |
TimesItalic.getFontType() |
Copyright © 2007-2019. All Rights Reserved.