Struct GlyphValueRecord_Legacy
Positional adjustments of a glyph
Namespace: TMPro
Syntax
[Serializable]
public struct GlyphValueRecord_Legacy
Fields
xAdvance
Declaration
public float xAdvance
Field Value
| Type | Description |
|---|---|
| Single |
xPlacement
Declaration
public float xPlacement
Field Value
| Type | Description |
|---|---|
| Single |
yAdvance
Declaration
public float yAdvance
Field Value
| Type | Description |
|---|---|
| Single |
yPlacement
Declaration
public float yPlacement
Field Value
| Type | Description |
|---|---|
| Single |
Operators
Addition(GlyphValueRecord_Legacy, GlyphValueRecord_Legacy)
Declaration
public static GlyphValueRecord_Legacy operator +(GlyphValueRecord_Legacy a, GlyphValueRecord_Legacy b)
Parameters
| Type | Name | Description |
|---|---|---|
| GlyphValueRecord_Legacy | a | |
| GlyphValueRecord_Legacy | b |
Returns
| Type | Description |
|---|---|
| GlyphValueRecord_Legacy |