# GetFaceInfo()

> Get the FaceInfo for the currently loaded and sized typeface.

## Definition

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

```csharp
public static FaceInfo GetFaceInfo()
```

### Returns

| Type                                                                         | Description                                            |
| ---------------------------------------------------------------------------- | ------------------------------------------------------ |
| [FaceInfo](/engine/6000.5/script-reference/unityengine/textcore/faceinfo.md) | Returns the FaceInfo of the currently loaded typeface. |
