Package cn.mapway.xterm.client
Class TerminalOptions
java.lang.Object
cn.mapway.xterm.client.TerminalOptions
@JsType(isNative=true,
namespace="<global>",
name="Object")
public class TerminalOptions
extends Object
TerminalOptions
Options for terminal
- Author:
- zhangjianshe <zhangjianshe@gmail.com>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionfloatfloatfloat -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
theme
-
fontFamily
-
fontSize
@JsProperty public float fontSize -
letterSpacing
@JsProperty public float letterSpacing -
lineHeight
@JsProperty public float lineHeight -
fontWeight
-
fontWeightBold
-
-
Constructor Details
-
TerminalOptions
protected TerminalOptions()
-