This version of Unity is unsupported.

Font Constructor

Switch to Manual

Declaration

public Font();

Declaration

public Font(string name);

Parameters

name The name of the created Font object.

Description

Create a new Font.

You may want to use this if you need to create Font objects programmatically to set up your own font by assigning the Font.characterInfo property.