UnityEngine.Font.Font C# (CSharp) Method

Font() public method

Create a new Font.

public Font ( ) : System
return System
        public Font()
        {
            Internal_CreateFont(this, null);
        }

Same methods

Font::Font ( string name ) : System
Font::Font ( string names, int size ) : System