| Package | Description |
|---|---|
| de.intarsys.pdf.font |
The font part of the PDF is quite large for itself, so it is extracted to a
package of its own.
|
| de.intarsys.pdf.font.outlet |
This package summarizes the handling of fonts.
|
| Modifier and Type | Field and Description |
|---|---|
static PDFontStyle |
PDFontStyle.BOLD |
static PDFontStyle |
PDFontStyle.BOLD_ITALIC |
static PDFontStyle |
PDFontStyle.ITALIC |
static PDFontStyle |
PDFontStyle.REGULAR |
static PDFontStyle |
PDFontStyle.UNDEFINED
The enumeration of supported font styles
|
| Modifier and Type | Method and Description |
|---|---|
PDFontStyle |
PDFontStyle.getBoldFlavor() |
PDFontStyle |
PDFontType3.getFontStyle() |
PDFontStyle |
PDFontType0.getFontStyle() |
PDFontStyle |
PDFontAny.getFontStyle() |
PDFontStyle |
PDFont.getFontStyle() |
PDFontStyle |
CIDFont.getFontStyle() |
static PDFontStyle |
PDFontStyle.getFontStyle(String name) |
static PDFontStyle |
PDFont.getFontStyle(String name)
extracts the "style" portion from the given font name
|
PDFontStyle |
PDFontStyle.getItalicFlavor() |
PDFontStyle |
PDFont.getLookupFontStyle() |
| Modifier and Type | Method and Description |
|---|---|
void |
PDFont.setLookupFontStyle(PDFontStyle newStyle) |
| Modifier and Type | Method and Description |
|---|---|
PDFontStyle |
IFontQuery.getFontStyle()
The desired font style for the
PDFont. |
PDFontStyle |
FontQuery.getFontStyle() |
PDFontStyle |
FontQuery.getOverrideFontStyle()
The required font style for the result font.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FontQuery.setOverrideFontStyle(PDFontStyle overrideFontStyle)
Set the font style attribute for the font to be looked up.
|
| Constructor and Description |
|---|
FontQuery(String family,
PDFontStyle style)
|
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.