# GetFontFaces()

> Gets the font faces and styles for the currently loaded font.

## Definition

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

```csharp
public static string[] GetFontFaces()
```

### Returns

| Type                                                               | Description                                                    |
| ------------------------------------------------------------------ | -------------------------------------------------------------- |
| [string\[\]](https://learn.microsoft.com/dotnet/api/system.string) | An array that contains the names of the font faces and styles. |
