public interface FontType
Modifier and Type | Field and Description |
---|---|
static int |
BOLD
The type for bold fonts.
|
static int |
ITALIC
The type for italic fonts.
|
static int |
REGULAR
The type for regular fonts (the default).
|
static int |
STRIKETHROUGH
The type for crossed fonts.
|
static int |
SUBSCRIPT
The type for subscript fonts.
|
static int |
SUPERSCRIPT
The type for superscript fonts.
|
static int |
UNDERLINE
The type for underlined fonts.
|
static final int REGULAR
static final int ITALIC
static final int BOLD
static final int UNDERLINE
static final int SUPERSCRIPT
static final int SUBSCRIPT
static final int STRIKETHROUGH
Copyright © 2016-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence