FontConstructor

Switch to Manual
public Font ();
public Font (string name);

Parameters

name所创建的 Font 对象的名称。

Description

创建新字体。

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.