lineHeight
The line height represents the distance between consecutive lines of text.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Property
- Namespace: UnityEngine.TextCore
- Assembly: UnityEngine.TextCoreFontEngineModule
public float lineHeight { get; set; }
Remarks
This is the distance from baseline to baseline. It is usually computed as line height = ascent - descent + line gap.