Font

class in UnityEngine

/

Hereda de:Object

Cambiar al Manual

Descripción

Script interface for font assets.

You can use this class to dynamically switch fonts on GUI texts or Text Meshes.

See Also: GUIText and TextMesh.

Variables

ascentEl tamaño por defecto de la fuente.
characterInfoAccess an array of all characters contained in the font texture.
dynamicIs the font a dynamic font.
fontSizeEl tamaño por defecto de la fuente.
lineHeightEl tamaño por defecto de la fuente.
materialThe material used for the font display.

Constructores

FontCrear una nueva fuente.

Funciones Públicas

GetCharacterInfoGet rendering info for a specific character.
HasCharacter¿Contiene esta fuente un carácter específico?
RequestCharactersInTextureRequest characters to be added to the font texture (dynamic fonts only).

Funciones Estáticas

CreateDynamicFontFromOSFontCreates a Font object which lets you render a font installed on the user machine.
GetMaxVertsForStringReturns the maximum number of verts that the text generator may return for a given string.
GetOSInstalledFontNamesGet names of fonts installed on the machine.

Events

textureRebuiltSet a function to be called when the dynamic font texture is rebuilt.

Miembros heredados

Variables

hideFlags¿Debería el objeto estar oculto, guardado con la escena o modificable por el usuario?
nameEl nombre del objeto.

Funciones Públicas

GetInstanceIDDevuelve el id de la instancia del objeto.
ToStringReturns the name of the GameObject.

Funciones Estáticas

DestroyElimina un gameobject, componente o asset.
DestroyImmediateDestroys the object obj immediately. You are strongly recommended to use Destroy instead.
DontDestroyOnLoadHace que el objeto target no sea destruido automáticamente cuando se cargue una nueva escena.
FindObjectOfTypeDevuelve el primer objeto activo cargado de tipo type.
FindObjectsOfTypeDevuelve una lista de todos los objetos activos cargados de tipo type.
InstantiateClona el objeto original y devuelve el clon.

Operadores

bool¿Existe el objeto?
operator !=Compare si dos objetos se refieren a un objeto diferente.
operator ==Compara dos referencias de objeto para ver si se refieren al mismo objeto.