UnityEngine.Font.Font C# (CSharp) Method

Font() private method

private Font ( string names, int size ) : System
names string
size int
return System
        private Font(string[] names, int size)
        {
            Internal_CreateDynamicFont(this, names, size);
        }

Same methods

Font::Font ( ) : System
Font::Font ( string name ) : System