# GlyphPairAdjustmentRecord(GlyphAdjustmentRecord, GlyphAdjustmentRecord)

> Constructor for new glyph pair adjustment record.

## Definition

* **Type:** Constructor
* **Namespace:** [UnityEngine.TextCore.LowLevel](/engine/6000.6/script-reference/unityengine/textcore/lowlevel.md)
* **Assembly:** UnityEngine.TextCoreFontEngineModule

```csharp
public GlyphPairAdjustmentRecord(GlyphAdjustmentRecord firstAdjustmentRecord, GlyphAdjustmentRecord secondAdjustmentRecord)
```

### Parameters

**** (\[GlyphAdjustmentRecord]\(/engine/6000.6/script-reference/unityengine/textcore/lowlevel/glyphadjustmentrecord)): The positional adjustment values for the first glyph.**** (\[GlyphAdjustmentRecord]\(/engine/6000.6/script-reference/unityengine/textcore/lowlevel/glyphadjustmentrecord)): The positional adjustment values for the second glyph.
