Class TMP_GlyphPairAdjustmentRecord
The positional adjustment values for a pair of glyphs.
Inherited Members
Namespace: TMPro
Assembly: Unity.TextMeshPro.dll
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 |