Show / Hide Table of Contents

Struct CharacterInfo

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public struct CharacterInfo

Fields

| Improve this Doc View Source

flipped

Declaration
[Obsolete("CharacterInfo.flipped is deprecated. Use uvBottomLeft, uvBottomRight, uvTopRight or uvTopLeft instead, which will be correct regardless of orientation.")]
public bool flipped
Field Value
Type Description
Boolean
| Improve this Doc View Source

index

Declaration
public int index
Field Value
Type Description
Int32
| Improve this Doc View Source

size

Declaration
public int size
Field Value
Type Description
Int32
| Improve this Doc View Source

style

Declaration
public FontStyle style
Field Value
Type Description
FontStyle
| Improve this Doc View Source

uv

Declaration
[Obsolete("CharacterInfo.uv is deprecated. Use uvBottomLeft, uvBottomRight, uvTopRight or uvTopLeft instead.")]
public Rect uv
Field Value
Type Description
Rect
| Improve this Doc View Source

vert

Declaration
[Obsolete("CharacterInfo.vert is deprecated. Use minX, maxX, minY, maxY instead.")]
public Rect vert
Field Value
Type Description
Rect
| Improve this Doc View Source

width

Declaration
[Obsolete("CharacterInfo.width is deprecated. Use advance instead.")]
public float width
Field Value
Type Description
Single

Properties

| Improve this Doc View Source

advance

Declaration
public int advance { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

bearing

Declaration
public int bearing { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

glyphHeight

Declaration
public int glyphHeight { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

glyphWidth

Declaration
public int glyphWidth { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

maxX

Declaration
public int maxX { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

maxY

Declaration
public int maxY { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

minX

Declaration
public int minX { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

minY

Declaration
public int minY { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

uvBottomLeft

Declaration
public Vector2 uvBottomLeft { get; set; }
Property Value
Type Description
Vector2
| Improve this Doc View Source

uvBottomRight

Declaration
public Vector2 uvBottomRight { get; set; }
Property Value
Type Description
Vector2
| Improve this Doc View Source

uvTopLeft

Declaration
public Vector2 uvTopLeft { get; set; }
Property Value
Type Description
Vector2
| Improve this Doc View Source

uvTopRight

Declaration
public Vector2 uvTopRight { get; set; }
Property Value
Type Description
Vector2

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX