Class TMP_GlyphPairAdjustmentRecord
The positional adjustment values for a pair of glyphs.
Inheritance
System.Object
TMP_GlyphPairAdjustmentRecord
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: TMPro
Syntax
[Serializable]
public class TMP_GlyphPairAdjustmentRecord
Constructors
TMP_GlyphPairAdjustmentRecord(TMP_GlyphAdjustmentRecord, TMP_GlyphAdjustmentRecord)
Constructor
Declaration
public TMP_GlyphPairAdjustmentRecord(TMP_GlyphAdjustmentRecord firstAdjustmentRecord, TMP_GlyphAdjustmentRecord secondAdjustmentRecord)
Parameters
| Type | Name | Description |
|---|---|---|
| TMP_GlyphAdjustmentRecord | firstAdjustmentRecord | First glyph adjustment record. |
| TMP_GlyphAdjustmentRecord | secondAdjustmentRecord | Second glyph adjustment record. |
Properties
featureLookupFlags
Declaration
public FontFeatureLookupFlags featureLookupFlags { get; set; }
Property Value
| Type | Description |
|---|---|
| FontFeatureLookupFlags |
firstAdjustmentRecord
Contains the positional adjustment values for the first glyph.
Declaration
public TMP_GlyphAdjustmentRecord firstAdjustmentRecord { get; set; }
Property Value
| Type | Description |
|---|---|
| TMP_GlyphAdjustmentRecord |
secondAdjustmentRecord
Contains the positional adjustment values for the second glyph.
Declaration
public TMP_GlyphAdjustmentRecord secondAdjustmentRecord { get; set; }
Property Value
| Type | Description |
|---|---|
| TMP_GlyphAdjustmentRecord |