# GlyphPairAdjustmentRecord

> The positional adjustment values of a pair of glyphs.

## Definition

* **Type:** Struct
* **Namespace:** [UnityEngine.TextCore.LowLevel](/engine/6000.5/script-reference/unityengine/textcore/lowlevel.md)
* **Assembly:** UnityEngine.TextCoreFontEngineModule
* **Implements:** [IEquatable\<GlyphPairAdjustmentRecord>](https://learn.microsoft.com/dotnet/api/system.iequatable-1)

```csharp
public struct GlyphPairAdjustmentRecord : IEquatable<GlyphPairAdjustmentRecord>
```

## Constructors

| Constructor                                                                                                                                                                                                                           | Description                                       |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------- |
| [GlyphPairAdjustmentRecord(UnityEngine.TextCore.LowLevel.GlyphAdjustmentRecord,UnityEngine.TextCore.LowLevel.GlyphAdjustmentRecord)](/engine/6000.5/script-reference/unityengine/textcore/lowlevel/glyphpairadjustmentrecord/ctor.md) | Constructor for new glyph pair adjustment record. |

## Properties

| Property                                                                                                                                    | Description                                            |
| ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------ |
| [firstAdjustmentRecord](/engine/6000.5/script-reference/unityengine/textcore/lowlevel/glyphpairadjustmentrecord/firstadjustmentrecord.md)   | The positional adjustment values for the first glyph.  |
| [secondAdjustmentRecord](/engine/6000.5/script-reference/unityengine/textcore/lowlevel/glyphpairadjustmentrecord/secondadjustmentrecord.md) | The positional adjustment values for the second glyph. |
