Struct GlyphValueRecord
Positional adjustments of a glyph
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: TMPro
Syntax
[Serializable]
public struct GlyphValueRecord
Fields
xAdvance
Declaration
public float xAdvance
Field Value
Type | Description |
---|---|
System.Single |
xPlacement
Declaration
public float xPlacement
Field Value
Type | Description |
---|---|
System.Single |
yAdvance
Declaration
public float yAdvance
Field Value
Type | Description |
---|---|
System.Single |
yPlacement
Declaration
public float yPlacement
Field Value
Type | Description |
---|---|
System.Single |
Operators
Addition(GlyphValueRecord, GlyphValueRecord)
Declaration
public static GlyphValueRecord operator +(GlyphValueRecord a, GlyphValueRecord b)
Parameters
Type | Name | Description |
---|---|---|
GlyphValueRecord | a | |
GlyphValueRecord | b |
Returns
Type | Description |
---|---|
GlyphValueRecord |