var font = new Font(fontFamily, fontSize);
Font
Align
Arc
ArrayList
Audio
AudioTrack
Background
Block
Button
Camera
Circle
CollideGroup
Colliders
Color
Combination
Coordinate
Device
Font
FontStyle
FontVariant
FontWeight
Force
GameObject
Graphics
Ground
GUI
Image
ImageAnimation
Joystick
Keyboard
KeyEventArgs
Layer
Line
LinkList
Matrix
Mouse
MouseEventArgs
OneWayGround
Output
Particle
Path
Point
Polygon
Position
Rectangle
SarEngine
Scene
Text
TextAlign
TextBaseline
Thickness
Touch
TouchEventArgs
Vector2
Wall
规定文本的字体、字体尺寸等。Font成员的详细规范与CSS font值一致。
Syntax
Properties
caption
String 用于标题控件(如按钮,下拉列表等)的字体。
fontFamily
String 字体。
fontSize
String 字体尺寸。
fontStyle
String 字体样式。
fontVariant
String 设置小型大写字母的字体。
fontWeight
String 字体线宽。
icon
String 用于标签图标的字体。
menu
String 菜单中(如下拉菜单和菜单列表)使用的字体。
messageBox
String 用于对话框的字体。
smallCaption
String 用于小标号控件的字体。
statusBar
String 用于窗口状态栏的字体。