|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.eclipse.tptp.platform.report.birt).
public interface IFont
Store a font description independently from underlying graphic system.
| Field Summary | |
|---|---|
static int |
BOLD
Deprecated. font have style bold |
static int |
DASHED
Deprecated. font have dashed style (a dash line is drawn under characters) |
static int |
ITALIC
Deprecated. font have style italic |
static int |
LINE_STYLES
Deprecated. Mask for properties style of "lines" family. |
static int |
NORMAL
Deprecated. no particular style is applied to font |
static int |
OVERLINE
Deprecated. font have overline style (a solid line is drawn on top of characters) |
static int |
STRIKE
Deprecated. font have strike style (a solid line is drawn centered over characters) |
static int |
UNDERLINE
Deprecated. font have underline style (a solid line is drawn under characters) |
| Method Summary | |
|---|---|
IFont |
copy()
Deprecated. |
java.lang.String |
getFontName()
Deprecated. |
java.lang.String |
getFontScript()
Deprecated. |
int |
getFontSize()
Deprecated. |
int |
getFontStyle()
Deprecated. |
| Field Detail |
|---|
static final int NORMAL
static final int BOLD
static final int ITALIC
static final int UNDERLINE
static final int OVERLINE
static final int DASHED
static final int STRIKE
static final int LINE_STYLES
| Method Detail |
|---|
java.lang.String getFontName()
java.lang.String getFontScript()
int getFontSize()
int getFontStyle()
IFont copy()
|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||