public abstract class IltrFont extends Object
Any change to these parameters must occur before the call to
IltSystem.Init()
, and before any reference to class
IltrTextPalette
.
Modifier and Type | Field and Description |
---|---|
static Font |
AlarmText |
static Font |
CardText |
static Font |
CounterText |
static Font |
EmptySlotText |
static Font |
GroupNameText |
static Font |
InfoWindowText |
static Font |
LinkNameText |
static Font |
LogicalElementText |
static Font |
LogicalGroupText |
static Font |
NEFamilyText |
static Font |
NodeNameText |
static Font |
OffPageConnectorNameText |
static Font |
ShelfText |
static Font |
TinyElementText |
static Font |
ToolTipText
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Font |
Get(String name)
Returns the font with the given name.
|
static Font |
NewFont(String name,
String fname,
int style,
int size)
Creates a new font, and puts it into the table under a given name.
|
public static Font AlarmText
public static Font InfoWindowText
public static Font NEFamilyText
public static Font NodeNameText
public static Font GroupNameText
public static Font ShelfText
public static Font CardText
public static Font EmptySlotText
public static Font OffPageConnectorNameText
public static Font LinkNameText
public static Font LogicalGroupText
public static Font LogicalElementText
public static Font TinyElementText
public static Font CounterText
@Deprecated public static Font ToolTipText
public static Font NewFont(String name, String fname, int style, int size)
name
- the name under which the font will be stored in the tablefname
- the Java name of the font (see
java.awt.Toolkit.getFontList()
)style
- the style of the fontsize
- the vertical size of the font (in "points",
1 point = 1/72 inch)© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.