[SOLVED]GUI.Label() with other font

Can I use my own font(*.ttf or other) when I drawing GUI.Label()? :roll:

Yes! You’ll notice that GUI.Label has an optional parameter of type GUIStyle. The GUIStyle has settings for the font and other CSS-like properties such as border, padding, etc.

True-Type only. Check it:

Font

If I change parameter GUIStyle.font I don’t see text… Why?

sorry, this is my problem with font file…

topic is closed.