FontStyle
.Bold
Manual
Reference
Scripting
Scripting
>
Enumerations
>
FontStyle
FontStyle
.Bold
Menu
Overview
Runtime Classes
Attributes
Enumerations
Editor Classes
Enumerations
History
Index
FontStyle
All Members
Values
Bold
BoldAndItalic
Italic
Normal
FontStyle.Bold
Description
Bold style applied to your texts.
JavaScripts
JavaScript
C#
Boo
guiText.fontStyle =
FontStyle.Bold
;
using UnityEngine;
using System.Collections;
public
class
example :
MonoBehaviour
{
void
Awake
() {
guiText.fontStyle =
FontStyle.Bold
;
}
}
import
UnityEngine
import
System.Collections
class
example(
MonoBehaviour
):
def
Awake
():
guiText.fontStyle =
FontStyle.Bold