Version: 2020.3
언어: 한국어

FontConstructor

매뉴얼로 전환
public Font ();
public Font (string name);

파라미터

name The name of the created Font object.

설명

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.