I imported a ttf,but the material is readonly,
GUIStyle style = new GUIStyle();
style.font = editorFont;
editorFont.material.color = Color.red;
GUILayout.Label(str,style);
the code above is useless. texts are still black…