FontStyle.BoldAndItalic 粗斜体
FontStyle.BoldAndItalic
Description描述
Bold and Italic styles applied to your texts.
应用给文本的粗斜体样式。
using UnityEngine;
using System.Collections;
public class example : MonoBehaviour {
public void Awake() {
guiText.fontStyle = FontStyle.BoldAndItalic;
}
}
guiText.fontStyle = FontStyle.BoldAndItalic;
最后修改:2011年1月19日 Wednesday 18:02