unitsPerEM
The number of font units per EM square for the font face.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEngine.TextCore
- Assembly: UnityEngine.TextCoreFontEngineModule
public int unitsPerEM { get; set; }
Remarks
Metrics stored in font units can be converted to a given size with size / unitsPerEM.