Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


unitsPerEM

The number of font units per EM square for the font face.
Read time 1 minuteLast updated 10 days ago

Definition

public int unitsPerEM { get; set; }

Remarks

Metrics stored in font units can be converted to a given size with size / unitsPerEM.