FontConstructor

Cambiar al Manual
public Font ();
public Font (string name);

Parámetros

nameThe name of the created Font object.

Descripción

Crear una nueva fuente.

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.