Link Search Menu Expand Document

LegibilityWeight

The font weight to apply to text.

public enum LegibilityWeight: Int 

The legibility weight reflects the value of the Bold Text display setting.

Inheritance

Int

Enumeration Cases

unspecified

An unspecified text weight.

case unspecified = -1

regular

A regular font weight.

case regular

bold

A bold font weight.

case bold