cant seem to get them to work? am coding as follows and then tweaking things in the inspector. the only setting in that category that does seem to work is the ‘normal’ setting.
thanks for your help…
void OnGUI()
{
messageStyle = GUI.skin.label;
GUILayout.BeginArea (centerRect);
GUILayout.Label(message, messageStyle, new GUILayoutOption[0] );
GUILayout.EndArea();
}