# SetFaceSize(int)

> Set the size of the currently loaded font face.

## Definition

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

```csharp
public static FontEngineError SetFaceSize(int pointSize)
```

### Parameters

**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)): The point size used to scale the font face.

### Returns

| Type                                                                                                | Description                                                                           |
| --------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| [FontEngineError](/engine/6000.5/script-reference/unityengine/textcore/lowlevel/fontengineerror.md) | A value of zero (0) if the font face was successfully scaled to the given point size. |
