FontConstructor

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

파라미터

nameThe 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.