| Package | Description |
|---|---|
| de.intarsys.cwt.font | |
| de.intarsys.cwt.font.truetype | |
| de.intarsys.cwt.font.type1 |
| Modifier and Type | Field and Description |
|---|---|
static FontStyle |
FontStyle.BOLD |
static FontStyle |
FontStyle.BOLD_ITALIC |
static FontStyle |
FontStyle.ITALIC |
static FontStyle |
FontStyle.REGULAR |
static FontStyle |
FontStyle.UNDEFINED
The enumeration of supported font styles
|
| Modifier and Type | Method and Description |
|---|---|
FontStyle |
FontStyle.getBoldFlavor() |
FontStyle |
IFontQuery.getFontStyle()
The desired font style for the
IFont. |
FontStyle |
IFont.getFontStyle()
The font style.
|
FontStyle |
GenericFont.getFontStyle() |
FontStyle |
FontQuery.getFontStyle() |
static FontStyle |
FontTools.getFontStyle(String fontName) |
static FontStyle |
FontStyle.getFontStyle(String name) |
FontStyle[] |
IFontFamily.getFontStyles()
The supported
FontStyle instances in this family. |
FontStyle[] |
FontFamily.getFontStyles() |
FontStyle |
FontStyle.getItalicFlavor() |
| Modifier and Type | Method and Description |
|---|---|
IFont |
IFontFamily.getFont(FontStyle style)
|
IFont |
FontFamily.getFont(FontStyle style) |
void |
FontQuery.setFontStyle(FontStyle fontStyle) |
| Constructor and Description |
|---|
FontQuery(String family,
FontStyle style) |
| Modifier and Type | Method and Description |
|---|---|
FontStyle |
TTFont.getFontStyle() |
| Modifier and Type | Method and Description |
|---|---|
FontStyle |
Type1Font.getFontStyle() |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.