# FontFeatureTable

> Represents a table that contains the font features available for a given font asset.

## Definition

* **Type:** Class
* **Namespace:** [UnityEngine.TextCore.Text](/engine/6000.6/script-reference/unityengine/textcore/text.md)
* **Assembly:** UnityEngine.TextCoreTextEngineModule

> **Warning:**
>
> **Deprecated.** Font feature tables and OTL feature tags are obsolete. OpenType layout is now handled natively by Advanced Text Generator (ATG).

```csharp
public class FontFeatureTable
```

## Methods

| Method                                                                                                                                           | Description                                             |
| ------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------- |
| [SortGlyphPairAdjustmentRecords](/engine/6000.6/script-reference/unityengine/textcore/text/fontfeaturetable/sortglyphpairadjustmentrecords.md)   | Sorts the glyph pair adjustment records by glyph index. |
| [SortMarkToBaseAdjustmentRecords](/engine/6000.6/script-reference/unityengine/textcore/text/fontfeaturetable/sortmarktobaseadjustmentrecords.md) | Sorts the Mark-to-Base Adjustment Table records.        |
| [SortMarkToMarkAdjustmentRecords](/engine/6000.6/script-reference/unityengine/textcore/text/fontfeaturetable/sortmarktomarkadjustmentrecords.md) | Sorts the Mark-to-Mark Adjustment Table records.        |
