GUIText.font Manual     Reference     Scripting  
Scripting > Runtime Classes > GUIText
GUIText.font

var font : Font

Description

The font used for the text.

JavaScript
// Assign manually a font from the inspector to the GUIText
var font : Font;
guiText.font = font;