SetFaceSize(int)
Set the size of the currently loaded font face.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Method
- Namespace: UnityEngine.TextCore.LowLevel
- Assembly: UnityEngine.TextCoreFontEngineModule
public static FontEngineError SetFaceSize(int pointSize)
Parameters
The point size used to scale the font face.
Returns
Type | Description |
|---|---|
| FontEngineError | A value of zero (0) if the font face was successfully scaled to the given point size. |