# GlyphAdjustmentRecord

> The positional adjustment values of a glyph.

## Definition

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

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

## Constructors

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

## Properties

| Property                                                                                                                    | Description                                                            |
| --------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- |
| [glyphIndex](/engine/6000.5/script-reference/unityengine/textcore/lowlevel/glyphadjustmentrecord/glyphindex.md)             | The index of the glyph in the source font file.                        |
| [glyphValueRecord](/engine/6000.5/script-reference/unityengine/textcore/lowlevel/glyphadjustmentrecord/glyphvaluerecord.md) | The GlyphValueRecord contains the positional adjustments of the glyph. |
